Html Css Color HEX #DBD4DB Snuff

📋 copy color: '#DBD4DB'

red 219 ◦ green 212 ◦ blue 219

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

Shades of Snuff #DBD4DB

Tints of Snuff #DBD4DB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.62%

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

R = 33.69%
G = 32.62%
B = 33.69%

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

#DBD4DB (or 0xDBD4DB) is known color: Snuff. HEX triplet: DB, D4 and DB. RGB value is (219,212,219). Sum of RGB (Red+Green+Blue) = 219+212+219=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 212 (83.20% from 255 or 32.62% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBD4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4DB is #242B24. Grayscale: #D6D6D6. Windows color (decimal): -2370341 or 14406875. OLE color: 14406875.

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

Color convert

RGB 219 212 219 -
CMYK 0 0.03 0 0.14
HSL 300º 0.09% 0.85% -
HSV(B) 300º 0.03% 0.86% -
XYZ 65.54 67.26 76.55 -
YUV 214.89 130.32 130.93 -
System Red Green Blue C M Y K H S L
Decimal 219 212 219 0 0.03 0 0.14 300 0.09 0.85
Hex DB D4 DB 0 3 0 E 12C 9 55
Octal 333 324 333 0 3 0 16 454 11 125
Binary 11011011 11010100 11011011 0 11 0 1110 100101100 1001 1010101

Color Harmonies of #DBD4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD4DB

Black with #DBD4DB

Text Example


Text Example

White with #DBD4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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