Html Css Color HEX #DBD5DA Snuff

📋 copy color: '#DBD5DA'

red 219 ◦ green 213 ◦ blue 218

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

Shades of Snuff #DBD5DA

Tints of Snuff #DBD5DA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.77%

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

R = 33.69%
G = 32.77%
B = 33.54%

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

#DBD5DA (or 0xDBD5DA) is known color: Snuff. HEX triplet: DB, D5 and DA. RGB value is (219,213,218). Sum of RGB (Red+Green+Blue) = 219+213+218=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 213 (83.59% from 255 or 32.77% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5DA is #242A25. Grayscale: #D7D7D7. Windows color (decimal): -2370086 or 14341595. OLE color: 14341595.

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

Color convert

RGB 219 213 218 -
CMYK 0 0.03 0.00 0.14
HSL 310º 0.08% 0.85% -
HSV(B) 310º 0.03% 0.86% -
XYZ 65.66 67.71 75.94 -
YUV 215.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 219 213 218 0 0.03 0.00 0.14 310 0.08 0.85
Hex DB D5 DA 0 3 0 E 136 8 55
Octal 333 325 332 0 3 0 16 466 10 125
Binary 11011011 11010101 11011010 0 11 0 1110 100110110 1000 1010101

Color Harmonies of #DBD5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD5DA

Black with #DBD5DA

Text Example


Text Example

White with #DBD5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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