#D0CBC9

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

Shades of Mercury #D0CBC9

Tints of Mercury #D0CBC9

Color information

#D0CBC9 (or 0xD0CBC9) is unknown color: approx Mercury. HEX triplet: D0, CB and C9. RGB value is (208,203,201). Sum of RGB (Red+Green+Blue) = 208+203+201=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CBC9 is #2F3436. Grayscale: #CCCCCC. Windows color (decimal): -3093559 or 13224912. OLE color: 13224912.

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

Color convert

RGB208203201-
CMYK00.020.030.18
HSL17.14º6.93%80.2%-
HSV(B)17.14º3.37%81.57%-
XYZ57.9160.3463.85-
YUV204.27126.16130.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.99%
GREEN value IS 203 (79.69% from 255) = 33.17%
BLUE value IS 201 (78.91% from 255) = 32.84%
R=33.99%
G=33.17%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820320100.020.030.1817.146.9380.2
HexD0CBC90231211750
Octal32031331102322217120
Binary1101000011001011110010010101110010100011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CBC9; }

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

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

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

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

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

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

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

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