Color Hex Logo

#d6cbbe Color Hex

#D6CBBE
(214,203,190)
0 Favorites   0 Comments

Color spaces of #d6cbbe

RGB 214203190
HSL0.090.230.79
HSV33°11°84°
CMYK 0.000.050.11   0.16
XYZ58.381860.725757.3594
Yxy60.72570.33080.3441
Hunter Lab77.9267-2.641510.9072
CIE-Lab82.23111.61717.8370

#d6cbbe color RGB value is (214,203,190).

#d6cbbe hex color red value is 214, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d6cbbe hue: 0.09 , saturation: 0.23 and the lightness value of d6cbbe is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11001011 10111110
Octal 326 313 276
Decimal 214 203 190
Hex D6 CB BE

RGB Percentages of Color #d6cbbe

%35.26
%33.44
%31.30

CMYK Percentages of Color #d6cbbe

%0
%5
%11
%16

Triadic Colors of #d6cbbe

#d6cbbe #bed6cb #cbbed6

Analogous Colors of #d6cbbe

#d6cbbe #d5d6be #d6bfbe

Monochromatic Colors of #d6cbbe

#d6cbbe

Complementary Color

#d6cbbe #bec9d6

#d6cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6cbbe Color CSS Codes

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

#d6cbbe Text Font Color

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

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


#d6cbbe Background Color

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

This div background color is #d6cbbe


#d6cbbe Border Color

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

This div border color is #d6cbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6cbbe


Comments

No comments written yet.

Please login to write comment.