#DBCCC9

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

Shades of Mercury #DBCCC9

Tints of Mercury #DBCCC9

Color information

#DBCCC9 (or 0xDBCCC9) is unknown color: approx Mercury. HEX triplet: DB, CC and C9. RGB value is (219,204,201). Sum of RGB (Red+Green+Blue) = 219+204+201=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCC9 is #243336. Grayscale: #D0D0D0. Windows color (decimal): -2372407 or 13225179. OLE color: 13225179.

HSL color Cylindrical-coordinate representation of color #DBCCC9: hue angle of 10º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCCC9 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB219204201-
CMYK00.070.080.14
HSL10º20%82.35%-
HSV(B)10º8.22%85.88%-
XYZ61.3562.4664.08-
YUV208.14123.97135.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.10%
GREEN value IS 204 (80.08% from 255) = 32.69%
BLUE value IS 201 (78.91% from 255) = 32.21%
R=35.10%
G=32.69%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920420100.070.080.14102082.35
HexDBCCC9078Ea1452
Octal3333143110710161224122
Binary1101101111001100110010010111100011101010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCCC9; }

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

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

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

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

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

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

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

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