#D2CBC9

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

Shades of Mercury #D2CBC9

Tints of Mercury #D2CBC9

Color information

#D2CBC9 (or 0xD2CBC9) is unknown color: approx Mercury. HEX triplet: D2, CB and C9. RGB value is (210,203,201). Sum of RGB (Red+Green+Blue) = 210+203+201=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CBC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CBC9 is #2D3436. Grayscale: #CCCCCC. Windows color (decimal): -2962487 or 13224914. OLE color: 13224914.

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

Color convert

RGB210203201-
CMYK00.030.040.18
HSL13.33º9.09%80.59%-
HSV(B)13.33º4.29%82.35%-
XYZ58.4860.6363.88-
YUV204.86125.82131.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.20%
GREEN value IS 203 (79.69% from 255) = 33.06%
BLUE value IS 201 (78.91% from 255) = 32.74%
R=34.20%
G=33.06%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020320100.030.040.1813.339.0980.59
HexD2CBC903412d951
Octal322313311034221511121
Binary11010010110010111100100101110010010110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CBC9; }

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

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

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

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

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

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

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

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