Html Css Color HEX #DBD2D0 Mercury

📋 copy color: '#DBD2D0'

red 219 ◦ green 210 ◦ blue 208

#DBD2D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mercury #DBD2D0

Tints of Mercury #DBD2D0

RGB

 RED value IS 219 (85.94% from 255) = 34.38%

 GREEN value IS 210 (82.42% from 255) = 32.97%

 BLUE value IS 208 (81.64% from 255) = 32.65%

R = 34.38%
G = 32.97%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DBD2D0 (or 0xDBD2D0) is known color: Mercury. HEX triplet: DB, D2 and D0. RGB value is (219,210,208). Sum of RGB (Red+Green+Blue) = 219+210+208=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2D0 is #242D2F. Grayscale: #D4D4D4. Windows color (decimal): -2370864 or 13685467. OLE color: 13685467.

HSL color Cylindrical-coordinate representation of color #DBD2D0: hue angle of 10.91º degrees, saturation: 0.13, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD2D0 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 210 208 -
CMYK 0 0.04 0.05 0.14
HSL 10.91º 0.13% 0.84% -
HSV(B) 10.91º 0.05% 0.86% -
XYZ 63.65 65.71 69 -
YUV 212.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 219 210 208 0 0.04 0.05 0.14 10.91 0.13 0.84
Hex DB D2 D0 0 4 5 E B D 54
Octal 333 322 320 0 4 5 16 13 15 124
Binary 11011011 11010010 11010000 0 100 101 1110 1011 1101 1010100

Color Harmonies of #DBD2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD2D0

Black with #DBD2D0

Text Example


Text Example

White with #DBD2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD2D0; }

 p { color: rgb(219,210,208); }

 H1.HeaderClassName
 {
   color: #DBD2D0;
 }
 .AnyTagClassName
 {
   color: #DBD2D0;
 }
</style>

background-color css

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

 a { background-color: rgb(219,210,208); }

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

border-color css

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

 span { border-color: rgb(219,210,208); }

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