Color Hex Logo

#d0cccc Color Hex

#D0CCCC
(208,204,204)
2 Favorites   0 Comments

Color spaces of #d0cccc

RGB 208204204
HSL0.000.040.81
HSV82°
CMYK 0.000.020.02   0.18
XYZ58.504460.955365.8088
Yxy60.95530.31580.3290
Hunter Lab78.0739-2.87094.6759
CIE-Lab82.35471.38140.4793

#d0cccc color RGB value is (208,204,204).

#d0cccc hex color red value is 208, green value is 204 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d0cccc hue: 0.00 , saturation: 0.04 and the lightness value of d0cccc is 0.81.

The process color (four color CMYK) of #d0cccc color hex is 0.00, 0.02, 0.02, 0.18. Web safe color of #d0cccc is #cccccc. Color #d0cccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001100 11001100
Octal 320 314 314
Decimal 208 204 204
Hex D0 CC CC

RGB Percentages of Color #d0cccc

%33.77
%33.12
%33.12

CMYK Percentages of Color #d0cccc

%0
%2
%2
%18

Triadic Colors of #d0cccc

#d0cccc #ccd0cc #ccccd0

Analogous Colors of #d0cccc

#d0cccc #d0cecc #d0ccce

Monochromatic Colors of #d0cccc

#d0cccc

Complementary Color

#d0cccc #ccd0d0

#d0cccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cccc Color CSS Codes

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

#d0cccc Text Font Color

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

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


#d0cccc Background Color

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

This div background color is #d0cccc


#d0cccc Border Color

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

This div border color is #d0cccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cccc


Comments

No comments written yet.

Please login to write comment.