Html Css Color HEX #DBD9DB Snuff

📋 copy color: '#DBD9DB'

red 219 ◦ green 217 ◦ blue 219

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

Shades of Snuff #DBD9DB

Tints of Snuff #DBD9DB

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.13%

 BLUE value IS 219 (85.94% from 255) = 33.44%

R = 33.44%
G = 33.13%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBD9DB (or 0xDBD9DB) is known color: Snuff. HEX triplet: DB, D9 and DB. RGB value is (219,217,219). Sum of RGB (Red+Green+Blue) = 219+217+219=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBD9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9DB is #242624. Grayscale: #D9D9D9. Windows color (decimal): -2369061 or 14408155. OLE color: 14408155.

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

Color convert

RGB 219 217 219 -
CMYK 0 0.01 0 0.14
HSL 300º 0.03% 0.85% -
HSV(B) 300º 0.01% 0.86% -
XYZ 66.81 69.8 76.97 -
YUV 217.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 219 217 219 0 0.01 0 0.14 300 0.03 0.85
Hex DB D9 DB 0 1 0 E 12C 3 55
Octal 333 331 333 0 1 0 16 454 3 125
Binary 11011011 11011001 11011011 0 1 0 1110 100101100 11 1010101

Color Harmonies of #DBD9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD9DB

Black with #DBD9DB

Text Example


Text Example

White with #DBD9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD9DB; }

 p { color: rgb(219,217,219); }

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

background-color css

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

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

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

border-color css

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

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

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