Html Css Color HEX #DBD6D4 Mercury

📋 copy color: '#DBD6D4'

red 219 ◦ green 214 ◦ blue 212

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

Shades of Mercury #DBD6D4

Tints of Mercury #DBD6D4

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.18%

 BLUE value IS 212 (83.2% from 255) = 32.87%

R = 33.95%
G = 33.18%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBD6D4 (or 0xDBD6D4) is known color: Mercury. HEX triplet: DB, D6 and D4. RGB value is (219,214,212). Sum of RGB (Red+Green+Blue) = 219+214+212=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 212 (83.20% from 255 or 32.87% from 645); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6D4 is #24292B. Grayscale: #D7D7D7. Windows color (decimal): -2369836 or 13948635. OLE color: 13948635.

HSL color Cylindrical-coordinate representation of color #DBD6D4: hue angle of 17.14º degrees, saturation: 0.09, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DBD6D4 is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 214 212 -
CMYK 0 0.02 0.03 0.14
HSL 17.14º 0.09% 0.85% -
HSV(B) 17.14º 0.03% 0.86% -
XYZ 65.14 67.91 71.96 -
YUV 215.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 219 214 212 0 0.02 0.03 0.14 17.14 0.09 0.85
Hex DB D6 D4 0 2 3 E 11 9 55
Octal 333 326 324 0 2 3 16 21 11 125
Binary 11011011 11010110 11010100 0 10 11 1110 10001 1001 1010101

Color Harmonies of #DBD6D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD6D4

Black with #DBD6D4

Text Example


Text Example

White with #DBD6D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD6D4; }

 p { color: rgb(219,214,212); }

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

background-color css

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

 a { background-color: rgb(219,214,212); }

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

border-color css

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

 span { border-color: rgb(219,214,212); }

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