Html Css Color HEX #DBD2DB Snuff

📋 copy color: '#DBD2DB'

red 219 ◦ green 210 ◦ blue 219

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

Shades of Snuff #DBD2DB

Tints of Snuff #DBD2DB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.41%

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

R = 33.8%
G = 32.41%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBD2DB (or 0xDBD2DB) is known color: Snuff. HEX triplet: DB, D2 and DB. RGB value is (219,210,219). Sum of RGB (Red+Green+Blue) = 219+210+219=648 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.80% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBD2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2DB is #242D24. Grayscale: #D5D5D5. Windows color (decimal): -2370853 or 14406363. OLE color: 14406363.

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

Color convert

RGB 219 210 219 -
CMYK 0 0.04 0 0.14
HSL 300º 0.11% 0.84% -
HSV(B) 300º 0.04% 0.86% -
XYZ 65.05 66.27 76.38 -
YUV 213.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 219 210 219 0 0.04 0 0.14 300 0.11 0.84
Hex DB D2 DB 0 4 0 E 12C B 54
Octal 333 322 333 0 4 0 16 454 13 124
Binary 11011011 11010010 11011011 0 100 0 1110 100101100 1011 1010100

Color Harmonies of #DBD2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD2DB

Black with #DBD2DB

Text Example


Text Example

White with #DBD2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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