Color Hex Logo

#dbdef9 Color Hex

#DBDEF9
(219,222,249)
0 Favorites   0 Comments

Color spaces of #dbdef9

RGB 219222249
HSL0.650.710.92
HSV234°12°98°
CMYK 0.120.110.00   0.02
XYZ72.433674.1422100.1157
Yxy74.14220.29360.3005
Hunter Lab86.1059-0.5283-8.6627
CIE-Lab88.98964.1649-13.4644

#dbdef9 color RGB value is (219,222,249).

#dbdef9 hex color red value is 219, green value is 222 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #dbdef9 hue: 0.65 , saturation: 0.71 and the lightness value of dbdef9 is 0.92.

The process color (four color CMYK) of #dbdef9 color hex is 0.12, 0.11, 0.00, 0.02. Web safe color of #dbdef9 is #ccccff. Color #dbdef9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 11111001
Octal 333 336 371
Decimal 219 222 249
Hex DB DE F9

RGB Percentages of Color #dbdef9

%31.74
%32.17
%36.09

CMYK Percentages of Color #dbdef9

%12
%11
%0
%2

Triadic Colors of #dbdef9

#dbdef9 #f9dbde #def9db

Analogous Colors of #dbdef9

#dbdef9 #e7dbf9 #dbedf9

Monochromatic Colors of #dbdef9

#dbdef9

Complementary Color

#dbdef9 #f9f6db

#dbdef9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdef9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdef9 Color CSS Codes

.mybgcolor {background-color:#dbdef9; } 
.myforecolor {color:#dbdef9; }
.mybordercolor {border:3px solid #dbdef9; }

#dbdef9 Text Font Color

<p style="color:#dbdef9">Text here</p>

This sample text font color is #dbdef9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbdef9 Background Color

<div style="background-color:#dbdef9">
Div content here</div>

This div background color is #dbdef9


#dbdef9 Border Color

<div style="border:3px solid #dbdef9">
Div here</div>

This div border color is #dbdef9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,222,249, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbdef9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbdef9;
  -webkit-box-shadow: 1px 1px 3px 2px #dbdef9;
  box-shadow:         1px 1px 3px 2px #dbdef9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,222,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbdef9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdef9;
  -webkit-box-shadow: 1px 1px 3px 2px #dbdef9;
  box-shadow:         1px 1px 3px 2px #dbdef9;">
Div content here</div>

This div box has shadow with color #dbdef9


Comments

No comments written yet.

Please login to write comment.