#D0CCCB

Color #D0CCCB Mercury (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mercury #D0CCCB

Tints of Mercury #D0CCCB

Color information

#D0CCCB (or 0xD0CCCB) is unknown color: approx Mercury. HEX triplet: D0, CC and CB. RGB value is (208,204,203). Sum of RGB (Red+Green+Blue) = 208+204+203=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CCCB is #2F3334. Grayscale: #CDCDCD. Windows color (decimal): -3093301 or 13356240. OLE color: 13356240.

HSL color Cylindrical-coordinate representation of color #D0CCCB: hue angle of 12º degrees, saturation: 0.05, 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 #D0CCCB is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB208204203-
CMYK00.020.020.18
HSL12º5.05%80.59%-
HSV(B)12º2.4%81.57%-
XYZ58.3860.9165.18-
YUV205.08126.83130.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.82%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 203 (79.69% from 255) = 33.01%
R=33.82%
G=33.17%
B=33.01%

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
Decimal20820420300.020.020.18125.0580.59
HexD0CCCB02212c551
Octal32031431302222145121
Binary110100001100110011001011010101001011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CCCB; }

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

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

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

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

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

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

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

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