#D6CCC9

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

Shades of Mercury #D6CCC9

Tints of Mercury #D6CCC9

Color information

#D6CCC9 (or 0xD6CCC9) is unknown color: approx Mercury. HEX triplet: D6, CC and C9. RGB value is (214,204,201). Sum of RGB (Red+Green+Blue) = 214+204+201=619 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.57% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 201 (78.91% from 255 or 32.47% from 619); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCC9 is #293336. Grayscale: #CECECE. Windows color (decimal): -2700087 or 13225174. OLE color: 13225174.

HSL color Cylindrical-coordinate representation of color #D6CCC9: hue angle of 13.85º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6CCC9 is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB214204201-
CMYK00.050.060.16
HSL13.85º13.68%81.37%-
HSV(B)13.85º6.07%83.92%-
XYZ59.8761.764.01-
YUV206.65124.81133.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.57%
GREEN value IS 204 (80.08% from 255) = 32.96%
BLUE value IS 201 (78.91% from 255) = 32.47%
R=34.57%
G=32.96%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21420420100.050.060.1613.8513.6881.37
HexD6CCC905610ee51
Octal326314311056201616121
Binary110101101100110011001001010111010000111011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CCC9; }

 p { color: rgb(214,204,201); }

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

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

 a { background-color: rgb(214,204,201); }

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

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

 span { border-color: rgb(214,204,201); }

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