#DBCCC8

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

Shades of Mercury #DBCCC8

Tints of Mercury #DBCCC8

Color information

#DBCCC8 (or 0xDBCCC8) is unknown color: approx Mercury. HEX triplet: DB, CC and C8. RGB value is (219,204,200). Sum of RGB (Red+Green+Blue) = 219+204+200=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 200 (78.52% from 255 or 32.10% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCC8 is #243337. Grayscale: #D0D0D0. Windows color (decimal): -2372408 or 13159643. OLE color: 13159643.

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

Color convert

RGB219204200-
CMYK00.070.090.14
HSL12.63º20.88%82.16%-
HSV(B)12.63º8.68%85.88%-
XYZ61.2362.4263.46-
YUV208.03123.47135.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 204 (80.08% from 255) = 32.74%
BLUE value IS 200 (78.52% from 255) = 32.10%
R=35.15%
G=32.74%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920420000.070.090.1412.6320.8882.16
HexDBCCC8079Ed1552
Octal3333143100711161525122
Binary1101101111001100110010000111100111101101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCCC8; }

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

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

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

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

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

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

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

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