Html Css Color HEX #DBD0DB Snuff

📋 copy color: '#DBD0DB'

red 219 ◦ green 208 ◦ blue 219

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

Shades of Snuff #DBD0DB

Tints of Snuff #DBD0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.2%

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

R = 33.9%
G = 32.2%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBD0DB (or 0xDBD0DB) is known color: Snuff. HEX triplet: DB, D0 and DB. RGB value is (219,208,219). Sum of RGB (Red+Green+Blue) = 219+208+219=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 208 (81.64% from 255 or 32.20% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBD0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD0DB is #242F24. Grayscale: #D4D4D4. Windows color (decimal): -2371365 or 14405851. OLE color: 14405851.

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

Color convert

RGB 219 208 219 -
CMYK 0 0.05 0 0.14
HSL 300º 0.13% 0.84% -
HSV(B) 300º 0.05% 0.86% -
XYZ 64.56 65.29 76.22 -
YUV 212.54 131.64 132.61 -
System Red Green Blue C M Y K H S L
Decimal 219 208 219 0 0.05 0 0.14 300 0.13 0.84
Hex DB D0 DB 0 5 0 E 12C D 54
Octal 333 320 333 0 5 0 16 454 15 124
Binary 11011011 11010000 11011011 0 101 0 1110 100101100 1101 1010100

Color Harmonies of #DBD0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD0DB

Black with #DBD0DB

Text Example


Text Example

White with #DBD0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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