Color Hex Logo

#d9ddee Color Hex

#D9DDEE
(217,221,238)
0 Favorites   0 Comments

Color spaces of #d9ddee

RGB 217221238
HSL0.630.380.89
HSV229°93°
CMYK 0.090.070.00   0.07
XYZ69.904372.637791.2250
Yxy72.63770.29900.3107
Hunter Lab85.2278-2.7418-3.8026
CIE-Lab88.27461.8679-8.7610

#d9ddee color RGB value is (217,221,238).

#d9ddee hex color red value is 217, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d9ddee hue: 0.63 , saturation: 0.38 and the lightness value of d9ddee is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011101 11101110
Octal 331 335 356
Decimal 217 221 238
Hex D9 DD EE

RGB Percentages of Color #d9ddee

%32.10
%32.69
%35.21

CMYK Percentages of Color #d9ddee

%9
%7
%0
%7

Triadic Colors of #d9ddee

#d9ddee #eed9dd #ddeed9

Analogous Colors of #d9ddee

#d9ddee #e0d9ee #d9e8ee

Monochromatic Colors of #d9ddee

#d9ddee

Complementary Color

#d9ddee #eeead9

#d9ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ddee Color CSS Codes

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

#d9ddee Text Font Color

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

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


#d9ddee Background Color

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

This div background color is #d9ddee


#d9ddee Border Color

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

This div border color is #d9ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ddee

#d9ddee Color Palettes


Comments

No comments written yet.

Please login to write comment.