Html Css Color HEX #DBD8DB Snuff

📋 copy color: '#DBD8DB'

red 219 ◦ green 216 ◦ blue 219

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

Shades of Snuff #DBD8DB

Tints of Snuff #DBD8DB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.03%

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

R = 33.49%
G = 33.03%
B = 33.49%

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

#DBD8DB (or 0xDBD8DB) is known color: Snuff. HEX triplet: DB, D8 and DB. RGB value is (219,216,219). Sum of RGB (Red+Green+Blue) = 219+216+219=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 219 (85.94% from 255 or 33.49% from 654); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8DB is #242724. Grayscale: #D9D9D9. Windows color (decimal): -2369317 or 14407899. OLE color: 14407899.

HSL color Cylindrical-coordinate representation of color #DBD8DB: hue angle of 300º degrees, saturation: 0.04, 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 #DBD8DB is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 216 219 -
CMYK 0 0.01 0 0.14
HSL 300º 0.04% 0.85% -
HSV(B) 300º 0.01% 0.86% -
XYZ 66.56 69.29 76.88 -
YUV 217.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 219 216 219 0 0.01 0 0.14 300 0.04 0.85
Hex DB D8 DB 0 1 0 E 12C 4 55
Octal 333 330 333 0 1 0 16 454 4 125
Binary 11011011 11011000 11011011 0 1 0 1110 100101100 100 1010101

Color Harmonies of #DBD8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD8DB

Black with #DBD8DB

Text Example


Text Example

White with #DBD8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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