Color Hex Logo

#d6c1c9 Color Hex

#D6C1C9
(214,193,201)
0 Favorites   0 Comments

Color spaces of #d6c1c9

RGB 214193201
HSL0.940.200.80
HSV337°10°84°
CMYK 0.000.100.06   0.16
XYZ57.344156.653163.1711
Yxy56.65310.32370.3198
Hunter Lab75.26834.27312.9269
CIE-Lab79.98418.7691-1.3179

#d6c1c9 color RGB value is (214,193,201).

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

The process color (four color CMYK) of #d6c1c9 color hex is 0.00, 0.10, 0.06, 0.16. Web safe color of #d6c1c9 is #cccccc. Color #d6c1c9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11000001 11001001
Octal 326 301 311
Decimal 214 193 201
Hex D6 C1 C9

RGB Percentages of Color #d6c1c9

%35.20
%31.74
%33.06

CMYK Percentages of Color #d6c1c9

%0
%10
%6
%16

Triadic Colors of #d6c1c9

#d6c1c9 #c9d6c1 #c1c9d6

Analogous Colors of #d6c1c9

#d6c1c9 #d6c4c1 #d6c1d4

Monochromatic Colors of #d6c1c9

#d6c1c9

Complementary Color

#d6c1c9 #c1d6ce

#d6c1c9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6c1c9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6c1c9 Color CSS Codes

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

#d6c1c9 Text Font Color

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

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


#d6c1c9 Background Color

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

This div background color is #d6c1c9


#d6c1c9 Border Color

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

This div border color is #d6c1c9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6c1c9


Comments

No comments written yet.

Please login to write comment.