Color Hex Logo

#d8ddec Color Hex

#D8DDEC
(216,221,236)
0 Favorites   0 Comments

Color spaces of #d8ddec

RGB 216221236
HSL0.630.340.89
HSV225°93°
CMYK 0.080.060.00   0.07
XYZ69.315772.368089.6720
Yxy72.36800.29960.3128
Hunter Lab85.0694-3.4272-2.9493
CIE-Lab88.14541.1545-7.9077

#d8ddec color RGB value is (216,221,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011101 11101100
Octal 330 335 354
Decimal 216 221 236
Hex D8 DD EC

RGB Percentages of Color #d8ddec

%32.10
%32.84
%35.07

CMYK Percentages of Color #d8ddec

%8
%6
%0
%7

Triadic Colors of #d8ddec

#d8ddec #ecd8dd #ddecd8

Analogous Colors of #d8ddec

#d8ddec #ddd8ec #d8e7ec

Monochromatic Colors of #d8ddec

#d8ddec

Complementary Color

#d8ddec #ece7d8

#d8ddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ddec Color CSS Codes

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

#d8ddec Text Font Color

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

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


#d8ddec Background Color

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

This div background color is #d8ddec


#d8ddec Border Color

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

This div border color is #d8ddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ddec


Comments

No comments written yet.

Please login to write comment.