#DBCCCA

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

Shades of Mercury #DBCCCA

Tints of Mercury #DBCCCA

Color information

#DBCCCA (or 0xDBCCCA) is unknown color: approx Mercury. HEX triplet: DB, CC and CA. RGB value is (219,204,202). Sum of RGB (Red+Green+Blue) = 219+204+202=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCCA is #243335. Grayscale: #D0D0D0. Windows color (decimal): -2372406 or 13290715. OLE color: 13290715.

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

Color convert

RGB219204202-
CMYK00.070.080.14
HSL7.06º19.1%82.55%-
HSV(B)7.06º7.76%85.88%-
XYZ61.4762.5164.7-
YUV208.26124.47135.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.04%
GREEN value IS 204 (80.08% from 255) = 32.64%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=35.04%
G=32.64%
B=32.32%

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
Decimal21920420200.070.080.147.0619.182.55
HexDBCCCA078E71353
Octal333314312071016723123
Binary110110111100110011001010011110001110111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCCCA; }

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

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

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

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

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

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

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

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