Color Hex Logo

#d6c5cc Color Hex

#D6C5CC
(214,197,204)
0 Favorites   0 Comments

Color spaces of #d6c5cc

RGB 214197204
HSL0.930.170.81
HSV335°84°
CMYK 0.000.080.05   0.16
XYZ58.596958.588365.3470
Yxy58.58830.32100.3210
Hunter Lab76.54302.69912.9625
CIE-Lab81.06487.1656-1.3483

#d6c5cc color RGB value is (214,197,204).

#d6c5cc hex color red value is 214, green value is 197 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d6c5cc hue: 0.93 , saturation: 0.17 and the lightness value of d6c5cc is 0.81.

The process color (four color CMYK) of #d6c5cc color hex is 0.00, 0.08, 0.05, 0.16. Web safe color of #d6c5cc is #cccccc. Color #d6c5cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11000101 11001100
Octal 326 305 314
Decimal 214 197 204
Hex D6 C5 CC

RGB Percentages of Color #d6c5cc

%34.80
%32.03
%33.17

CMYK Percentages of Color #d6c5cc

%0
%8
%5
%16

Triadic Colors of #d6c5cc

#d6c5cc #ccd6c5 #c5ccd6

Analogous Colors of #d6c5cc

#d6c5cc #d6c7c5 #d6c5d5

Monochromatic Colors of #d6c5cc

#d6c5cc

Complementary Color

#d6c5cc #c5d6cf

#d6c5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6c5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6c5cc Color CSS Codes

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

#d6c5cc Text Font Color

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

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


#d6c5cc Background Color

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

This div background color is #d6c5cc


#d6c5cc Border Color

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

This div border color is #d6c5cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6c5cc


Comments

No comments written yet.

Please login to write comment.