Color Hex Logo

#d9dbea Color Hex

#D9DBEA
(217,219,234)
0 Favorites   0 Comments

Color spaces of #d9dbea

RGB 217219234
HSL0.650.290.88
HSV233°92°
CMYK 0.070.060.00   0.08
XYZ68.798171.355387.9888
Yxy71.35530.30160.3128
Hunter Lab84.4721-2.4472-2.6279
CIE-Lab87.65732.1353-7.5688

#d9dbea color RGB value is (217,219,234).

#d9dbea hex color red value is 217, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d9dbea hue: 0.65 , saturation: 0.29 and the lightness value of d9dbea is 0.88.

The process color (four color CMYK) of #d9dbea color hex is 0.07, 0.06, 0.00, 0.08. Web safe color of #d9dbea is #ccccff. Color #d9dbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011011 11101010
Octal 331 333 352
Decimal 217 219 234
Hex D9 DB EA

RGB Percentages of Color #d9dbea

%32.39
%32.69
%34.93

CMYK Percentages of Color #d9dbea

%7
%6
%0
%8

Triadic Colors of #d9dbea

#d9dbea #ead9db #dbead9

Analogous Colors of #d9dbea

#d9dbea #e0d9ea #d9e4ea

Monochromatic Colors of #d9dbea

#d9dbea

Complementary Color

#d9dbea #eae8d9

#d9dbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dbea Color CSS Codes

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

#d9dbea Text Font Color

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

This sample text font color is #d9dbea
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.


#d9dbea Background Color

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

This div background color is #d9dbea


#d9dbea Border Color

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

This div border color is #d9dbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dbea


Comments

No comments written yet.

Please login to write comment.