Html Css Color HEX #DBD5DB Snuff

📋 copy color: '#DBD5DB'

red 219 ◦ green 213 ◦ blue 219

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

Shades of Snuff #DBD5DB

Tints of Snuff #DBD5DB

RGB

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

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

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

R = 33.64%
G = 32.72%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBD5DB (or 0xDBD5DB) is known color: Snuff. HEX triplet: DB, D5 and DB. RGB value is (219,213,219). Sum of RGB (Red+Green+Blue) = 219+213+219=651 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.64% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBD5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5DB is #242A24. Grayscale: #D7D7D7. Windows color (decimal): -2370085 or 14407131. OLE color: 14407131.

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

Color convert

RGB 219 213 219 -
CMYK 0 0.03 0 0.14
HSL 300º 0.08% 0.85% -
HSV(B) 300º 0.03% 0.86% -
XYZ 65.79 67.76 76.63 -
YUV 215.48 129.99 130.51 -
System Red Green Blue C M Y K H S L
Decimal 219 213 219 0 0.03 0 0.14 300 0.08 0.85
Hex DB D5 DB 0 3 0 E 12C 8 55
Octal 333 325 333 0 3 0 16 454 10 125
Binary 11011011 11010101 11011011 0 11 0 1110 100101100 1000 1010101

Color Harmonies of #DBD5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD5DB

Black with #DBD5DB

Text Example


Text Example

White with #DBD5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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