Color Hex Logo

#d6cedc Color Hex

#D6CEDC
(214,206,220)
0 Favorites   0 Comments

Color spaces of #d6cedc

RGB 214206220
HSL0.760.170.84
HSV274°86°
CMYK 0.030.060.00   0.14
XYZ62.721163.606176.6816
Yxy63.60610.30900.3133
Hunter Lab79.75340.8106-1.1789
CIE-Lab83.76035.3053-5.9396

#d6cedc color RGB value is (214,206,220).

#d6cedc hex color red value is 214, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d6cedc hue: 0.76 , saturation: 0.17 and the lightness value of d6cedc is 0.84.

The process color (four color CMYK) of #d6cedc color hex is 0.03, 0.06, 0.00, 0.14. Web safe color of #d6cedc is #cccccc. Color #d6cedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001110 11011100
Octal 326 316 334
Decimal 214 206 220
Hex D6 CE DC

RGB Percentages of Color #d6cedc

%33.44
%32.19
%34.38

CMYK Percentages of Color #d6cedc

%3
%6
%0
%14

Triadic Colors of #d6cedc

#d6cedc #dcd6ce #cedcd6

Analogous Colors of #d6cedc

#d6cedc #dccedb #cfcedc

Monochromatic Colors of #d6cedc

#d6cedc

Complementary Color

#d6cedc #d4dcce

#d6cedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6cedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6cedc Color CSS Codes

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

#d6cedc Text Font Color

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

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


#d6cedc Background Color

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

This div background color is #d6cedc


#d6cedc Border Color

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

This div border color is #d6cedc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,206,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6cedc


Comments

No comments written yet.

Please login to write comment.