Color Hex Logo

#d5cccb Color Hex

#D5CCCB
(213,204,203)
0 Favorites   0 Comments

Color spaces of #d5cccb

RGB 213204203
HSL0.020.110.82
HSV84°
CMYK 0.000.040.05   0.16
XYZ59.812961.643765.2458
Yxy61.64370.32040.3302
Hunter Lab78.5135-1.41435.6886
CIE-Lab82.72362.93901.5989

#d5cccb color RGB value is (213,204,203).

#d5cccb hex color red value is 213, green value is 204 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #d5cccb hue: 0.02 , saturation: 0.11 and the lightness value of d5cccb is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001100 11001011
Octal 325 314 313
Decimal 213 204 203
Hex D5 CC CB

RGB Percentages of Color #d5cccb

%34.35
%32.90
%32.74

CMYK Percentages of Color #d5cccb

%0
%4
%5
%16

Triadic Colors of #d5cccb

#d5cccb #cbd5cc #cccbd5

Analogous Colors of #d5cccb

#d5cccb #d5d1cb #d5cbcf

Monochromatic Colors of #d5cccb

#d5cccb

Complementary Color

#d5cccb #cbd4d5

#d5cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cccb Color CSS Codes

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

#d5cccb Text Font Color

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

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


#d5cccb Background Color

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

This div background color is #d5cccb


#d5cccb Border Color

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

This div border color is #d5cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cccb


Comments

No comments written yet.

Please login to write comment.