#DBCECA

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

Shades of Mercury #DBCECA

Tints of Mercury #DBCECA

Color information

#DBCECA (or 0xDBCECA) is unknown color: approx Mercury. HEX triplet: DB, CE and CA. RGB value is (219,206,202). Sum of RGB (Red+Green+Blue) = 219+206+202=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCECA is #243135. Grayscale: #D1D1D1. Windows color (decimal): -2371894 or 13291227. OLE color: 13291227.

HSL color Cylindrical-coordinate representation of color #DBCECA: hue angle of 14.12º 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 #DBCECA is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB219206202-
CMYK00.060.080.14
HSL14.12º19.1%82.55%-
HSV(B)14.12º7.76%85.88%-
XYZ61.9563.4764.86-
YUV209.43123.81134.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.93%
GREEN value IS 206 (80.86% from 255) = 32.85%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=34.93%
G=32.85%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920620200.060.080.1414.1219.182.55
HexDBCECA068Ee1353
Octal3333163120610161623123
Binary1101101111001110110010100110100011101110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCECA; }

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

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

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

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

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

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

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

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