#D0CCCC

Color #D0CCCC Very Light Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Light Grey #D0CCCC

Tints of Very Light Grey #D0CCCC

Color information

#D0CCCC (or 0xD0CCCC) is unknown color: approx Very Light Grey. HEX triplet: D0, CC and CC. RGB value is (208,204,204). Sum of RGB (Red+Green+Blue) = 208+204+204=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCCC is #2F3333. Grayscale: #CDCDCD. Windows color (decimal): -3093300 or 13421776. OLE color: 13421776.

HSL color Cylindrical-coordinate representation of color #D0CCCC: hue angle of 0º degrees, saturation: 0.04, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D0CCCC is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB208204204-
CMYK00.020.020.18
HSL4.08%80.78%-
HSV(B)1.92%81.57%-
XYZ58.560.9665.81-
YUV205.2127.33130-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 33.77%
GREEN value IS 204 (80.08% from 255) = 33.12%
BLUE value IS 204 (80.08% from 255) = 33.12%
R=33.77%
G=33.12%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820420400.020.020.1804.0880.78
HexD0CCCC022120451
Octal3203143140222204121
Binary110100001100110011001100010101001001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCCC; }

 p { color: rgb(208,204,204); }

 H1.HeaderClassName
 {
   color: #D0CCCC;
 }
 .AnyTagClassName
 {
   color: #D0CCCC;
 }
</style>
background-color css

<style>
 a { background-color: #D0CCCC; }

 a { background-color: rgb(208,204,204); }

 div.DivClassName
 {
   background-color: #D0CCCC;
 }
 .BgClassName
 {
   background-color: #D0CCCC;
 }
</style>
border-color css

<style>
 span { border-color: #D0CCCC; }

 span { border-color: rgb(208,204,204); }

 td.TdClassName
 {
   border-color: #D0CCCC;
 }
 .TagClassName
 {
   border-color: #D0CCCC;
 }
</style>