Html Css Color HEX #DBD7DB Snuff

📋 copy color: '#DBD7DB'

red 219 ◦ green 215 ◦ blue 219

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

Shades of Snuff #DBD7DB

Tints of Snuff #DBD7DB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.92%

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

R = 33.54%
G = 32.92%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBD7DB (or 0xDBD7DB) is known color: Snuff. HEX triplet: DB, D7 and DB. RGB value is (219,215,219). Sum of RGB (Red+Green+Blue) = 219+215+219=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBD7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7DB is #242824. Grayscale: #D8D8D8. Windows color (decimal): -2369573 or 14407643. OLE color: 14407643.

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

Color convert

RGB 219 215 219 -
CMYK 0 0.02 0 0.14
HSL 300º 0.05% 0.85% -
HSV(B) 300º 0.02% 0.86% -
XYZ 66.3 68.78 76.8 -
YUV 216.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 219 215 219 0 0.02 0 0.14 300 0.05 0.85
Hex DB D7 DB 0 2 0 E 12C 5 55
Octal 333 327 333 0 2 0 16 454 5 125
Binary 11011011 11010111 11011011 0 10 0 1110 100101100 101 1010101

Color Harmonies of #DBD7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD7DB

Black with #DBD7DB

Text Example


Text Example

White with #DBD7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD7DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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