#DBCDCB

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

Shades of Mercury #DBCDCB

Tints of Mercury #DBCDCB

Color information

#DBCDCB (or 0xDBCDCB) is unknown color: approx Mercury. HEX triplet: DB, CD and CB. RGB value is (219,205,203). Sum of RGB (Red+Green+Blue) = 219+205+203=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCDCB is #243234. Grayscale: #D0D0D0. Windows color (decimal): -2372149 or 13356507. OLE color: 13356507.

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

Color convert

RGB219205203-
CMYK00.060.070.14
HSL7.5º18.18%82.75%-
HSV(B)7.5º7.31%85.88%-
XYZ61.8263.0365.41-
YUV208.96124.64135.16-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.93%
GREEN value IS 205 (80.47% from 255) = 32.70%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=34.93%
G=32.70%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920520300.060.070.147.518.1882.75
HexDBCDCB067E81253
Octal333315313067161022123
Binary110110111100110111001011011011111101000100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCDCB; }

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

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

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

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

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

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

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

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