Html Css Color HEX #DBD3DB Snuff

📋 copy color: '#DBD3DB'

red 219 ◦ green 211 ◦ blue 219

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

Shades of Snuff #DBD3DB

Tints of Snuff #DBD3DB

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.51%

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

R = 33.74%
G = 32.51%
B = 33.74%

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

#DBD3DB (or 0xDBD3DB) is known color: Snuff. HEX triplet: DB, D3 and DB. RGB value is (219,211,219). Sum of RGB (Red+Green+Blue) = 219+211+219=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBD3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3DB is #242C24. Grayscale: #D6D6D6. Windows color (decimal): -2370597 or 14406619. OLE color: 14406619.

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

Color convert

RGB 219 211 219 -
CMYK 0 0.04 0 0.14
HSL 300º 0.1% 0.84% -
HSV(B) 300º 0.04% 0.86% -
XYZ 65.29 66.76 76.46 -
YUV 214.3 130.65 131.35 -
System Red Green Blue C M Y K H S L
Decimal 219 211 219 0 0.04 0 0.14 300 0.1 0.84
Hex DB D3 DB 0 4 0 E 12C A 54
Octal 333 323 333 0 4 0 16 454 12 124
Binary 11011011 11010011 11011011 0 100 0 1110 100101100 1010 1010100

Color Harmonies of #DBD3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD3DB

Black with #DBD3DB

Text Example


Text Example

White with #DBD3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD3DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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