Html Css Color HEX #DBD5D4 Mercury

📋 copy color: '#DBD5D4'

red 219 ◦ green 213 ◦ blue 212

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

Shades of Mercury #DBD5D4

Tints of Mercury #DBD5D4

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.07%

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

R = 34.01%
G = 33.07%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBD5D4 (or 0xDBD5D4) is known color: Mercury. HEX triplet: DB, D5 and D4. RGB value is (219,213,212). Sum of RGB (Red+Green+Blue) = 219+213+212=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5D4 is #242A2B. Grayscale: #D6D6D6. Windows color (decimal): -2370092 or 13948379. OLE color: 13948379.

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

Color convert

RGB 219 213 212 -
CMYK 0 0.03 0.03 0.14
HSL 8.57º 0.09% 0.85% -
HSV(B) 8.57º 0.03% 0.86% -
XYZ 64.89 67.4 71.88 -
YUV 214.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 219 213 212 0 0.03 0.03 0.14 8.57 0.09 0.85
Hex DB D5 D4 0 3 3 E 9 9 55
Octal 333 325 324 0 3 3 16 11 11 125
Binary 11011011 11010101 11010100 0 11 11 1110 1001 1001 1010101

Color Harmonies of #DBD5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD5D4

Black with #DBD5D4

Text Example


Text Example

White with #DBD5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD5D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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