Color Hex Logo

#d6cddc Color Hex

#D6CDDC
(214,205,220)
0 Favorites   0 Comments

Color spaces of #d6cddc

RGB 214205220
HSL0.770.180.83
HSV276°86°
CMYK 0.030.070.00   0.14
XYZ62.481163.126176.6016
Yxy63.12610.30900.3122
Hunter Lab79.45191.3317-1.5466
CIE-Lab83.50875.8338-6.3114

#d6cddc color RGB value is (214,205,220).

#d6cddc hex color red value is 214, green value is 205 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d6cddc hue: 0.77 , saturation: 0.18 and the lightness value of d6cddc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001101 11011100
Octal 326 315 334
Decimal 214 205 220
Hex D6 CD DC

RGB Percentages of Color #d6cddc

%33.49
%32.08
%34.43

CMYK Percentages of Color #d6cddc

%3
%7
%0
%14

Triadic Colors of #d6cddc

#d6cddc #dcd6cd #cddcd6

Analogous Colors of #d6cddc

#d6cddc #dccddb #cfcddc

Monochromatic Colors of #d6cddc

#d6cddc

Complementary Color

#d6cddc #d3dccd

#d6cddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6cddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6cddc Color CSS Codes

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

#d6cddc Text Font Color

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

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


#d6cddc Background Color

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

This div background color is #d6cddc


#d6cddc Border Color

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

This div border color is #d6cddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6cddc


Comments

No comments written yet.

Please login to write comment.