#D9CDCB

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

Shades of Mercury #D9CDCB

Tints of Mercury #D9CDCB

Color information

#D9CDCB (or 0xD9CDCB) is unknown color: approx Mercury. HEX triplet: D9, CD and CB. RGB value is (217,205,203). Sum of RGB (Red+Green+Blue) = 217+205+203=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDCB is #263234. Grayscale: #D0D0D0. Windows color (decimal): -2503221 or 13356505. OLE color: 13356505.

HSL color Cylindrical-coordinate representation of color #D9CDCB: hue angle of 8.57º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CDCB is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217205203-
CMYK00.060.060.15
HSL8.57º15.56%82.35%-
HSV(B)8.57º6.45%85.1%-
XYZ61.2362.7365.38-
YUV208.36124.98134.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.72%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 203 (79.69% from 255) = 32.48%
R=34.72%
G=32.8%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720520300.060.060.158.5715.5682.35
HexD9CDCB066F91052
Octal331315313066171120122
Binary110110011100110111001011011011011111001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDCB; }

 p { color: rgb(217,205,203); }

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

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

 a { background-color: rgb(217,205,203); }

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

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

 span { border-color: rgb(217,205,203); }

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