Color Hex Logo

#d6ddec Color Hex

#D6DDEC
(214,221,236)
0 Favorites   0 Comments

Color spaces of #d6ddec

RGB 214221236
HSL0.610.370.88
HSV221°93°
CMYK 0.090.060.00   0.07
XYZ68.728372.065289.6445
Yxy72.06520.29830.3127
Hunter Lab84.8912-4.0453-3.1859
CIE-Lab88.00000.5066-8.1393

#d6ddec color RGB value is (214,221,236).

#d6ddec hex color red value is 214, green value is 221 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d6ddec hue: 0.61 , saturation: 0.37 and the lightness value of d6ddec is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011101 11101100
Octal 326 335 354
Decimal 214 221 236
Hex D6 DD EC

RGB Percentages of Color #d6ddec

%31.89
%32.94
%35.17

CMYK Percentages of Color #d6ddec

%9
%6
%0
%7

Triadic Colors of #d6ddec

#d6ddec #ecd6dd #ddecd6

Analogous Colors of #d6ddec

#d6ddec #dad6ec #d6e8ec

Monochromatic Colors of #d6ddec

#d6ddec

Complementary Color

#d6ddec #ece5d6

#d6ddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ddec Color CSS Codes

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

#d6ddec Text Font Color

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

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


#d6ddec Background Color

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

This div background color is #d6ddec


#d6ddec Border Color

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

This div border color is #d6ddec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,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 #d6ddec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ddec


Comments

No comments written yet.

Please login to write comment.