Html Css Color HEX #DBD4DA Snuff

📋 copy color: '#DBD4DA'

red 219 ◦ green 212 ◦ blue 218

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

Shades of Snuff #DBD4DA

Tints of Snuff #DBD4DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.59%

R = 33.74%
G = 32.67%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DBD4DA (or 0xDBD4DA) is known color: Snuff. HEX triplet: DB, D4 and DA. RGB value is (219,212,218). Sum of RGB (Red+Green+Blue) = 219+212+218=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 212 (83.20% from 255 or 32.67% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4DA is #242B25. Grayscale: #D6D6D6. Windows color (decimal): -2370342 or 14341339. OLE color: 14341339.

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

Color convert

RGB 219 212 218 -
CMYK 0 0.03 0.00 0.14
HSL 308.57º 0.09% 0.85% -
HSV(B) 308.57º 0.03% 0.86% -
XYZ 65.41 67.21 75.85 -
YUV 214.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 219 212 218 0 0.03 0.00 0.14 308.57 0.09 0.85
Hex DB D4 DA 0 3 0 E 135 9 55
Octal 333 324 332 0 3 0 16 465 11 125
Binary 11011011 11010100 11011010 0 11 0 1110 100110101 1001 1010101

Color Harmonies of #DBD4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD4DA

Black with #DBD4DA

Text Example


Text Example

White with #DBD4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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