#D4CDCB

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

Shades of Mercury #D4CDCB

Tints of Mercury #D4CDCB

Color information

#D4CDCB (or 0xD4CDCB) is unknown color: approx Mercury. HEX triplet: D4, CD and CB. RGB value is (212,205,203). Sum of RGB (Red+Green+Blue) = 212+205+203=620 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.19% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDCB is #2B3234. Grayscale: #CECECE. Windows color (decimal): -2830901 or 13356500. OLE color: 13356500.

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

Color convert

RGB212205203-
CMYK00.030.040.17
HSL13.33º9.47%81.37%-
HSV(B)13.33º4.25%83.14%-
XYZ59.7661.9765.31-
YUV206.86125.82131.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.19%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=34.19%
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.17
SystemRedGreenBlueCMYKHSL
Decimal21220520300.030.040.1713.339.4781.37
HexD4CDCB03411d951
Octal324315313034211511121
Binary11010100110011011100101101110010001110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CDCB; }

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

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

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

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

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

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

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

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