#DBCDCA

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

Shades of Mercury #DBCDCA

Tints of Mercury #DBCDCA

Color information

#DBCDCA (or 0xDBCDCA) is unknown color: approx Mercury. HEX triplet: DB, CD and CA. RGB value is (219,205,202). Sum of RGB (Red+Green+Blue) = 219+205+202=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDCA is #243235. Grayscale: #D0D0D0. Windows color (decimal): -2372150 or 13290971. OLE color: 13290971.

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

Color convert

RGB219205202-
CMYK00.060.080.14
HSL10.59º19.1%82.55%-
HSV(B)10.59º7.76%85.88%-
XYZ61.7162.9964.78-
YUV208.84124.14135.24-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.98%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=34.98%
G=32.75%
B=32.27%

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
Decimal21920520200.060.080.1410.5919.182.55
HexDBCDCA068Eb1353
Octal3333153120610161323123
Binary1101101111001101110010100110100011101011100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCDCA; }

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

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

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

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

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

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

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

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