Html Css Color HEX #DBD7DA Snuff

📋 copy color: '#DBD7DA'

red 219 ◦ green 215 ◦ blue 218

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

Shades of Snuff #DBD7DA

Tints of Snuff #DBD7DA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.98%

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

R = 33.59%
G = 32.98%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DBD7DA (or 0xDBD7DA) is known color: Snuff. HEX triplet: DB, D7 and DA. RGB value is (219,215,218). Sum of RGB (Red+Green+Blue) = 219+215+218=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 215 (84.38% from 255 or 32.98% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7DA is #242825. Grayscale: #D8D8D8. Windows color (decimal): -2369574 or 14342107. OLE color: 14342107.

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

Color convert

RGB 219 215 218 -
CMYK 0 0.02 0.00 0.14
HSL 315º 0.05% 0.85% -
HSV(B) 315º 0.02% 0.86% -
XYZ 66.17 68.72 76.11 -
YUV 216.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 219 215 218 0 0.02 0.00 0.14 315 0.05 0.85
Hex DB D7 DA 0 2 0 E 13B 5 55
Octal 333 327 332 0 2 0 16 473 5 125
Binary 11011011 11010111 11011010 0 10 0 1110 100111011 101 1010101

Color Harmonies of #DBD7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD7DA

Black with #DBD7DA

Text Example


Text Example

White with #DBD7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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