Color Hex Logo

#d6c4cb Color Hex

#D6C4CB
(214,196,203)
0 Favorites   0 Comments

Color spaces of #d6c4cb

RGB 214196203
HSL0.940.180.80
HSV337°84°
CMYK 0.000.080.05   0.16
XYZ58.251058.087864.6418
Yxy58.08780.32190.3210
Hunter Lab76.21543.04983.0641
CIE-Lab80.78767.5213-1.2171

#d6c4cb color RGB value is (214,196,203).

#d6c4cb hex color red value is 214, green value is 196 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d6c4cb hue: 0.94 , saturation: 0.18 and the lightness value of d6c4cb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11000100 11001011
Octal 326 304 313
Decimal 214 196 203
Hex D6 C4 CB

RGB Percentages of Color #d6c4cb

%34.91
%31.97
%33.12

CMYK Percentages of Color #d6c4cb

%0
%8
%5
%16

Triadic Colors of #d6c4cb

#d6c4cb #cbd6c4 #c4cbd6

Analogous Colors of #d6c4cb

#d6c4cb #d6c6c4 #d6c4d4

Monochromatic Colors of #d6c4cb

#d6c4cb

Complementary Color

#d6c4cb #c4d6cf

#d6c4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6c4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6c4cb Color CSS Codes

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

#d6c4cb Text Font Color

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

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


#d6c4cb Background Color

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

This div background color is #d6c4cb


#d6c4cb Border Color

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

This div border color is #d6c4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6c4cb


Comments

No comments written yet.

Please login to write comment.