Html Css Color HEX #DBD5DC Snuff

📋 copy color: '#DBD5DC'

red 219 ◦ green 213 ◦ blue 220

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

Shades of Snuff #DBD5DC

Tints of Snuff #DBD5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.74%

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

CMYK

 C value IS 0.00

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DBD5DC (or 0xDBD5DC) is known color: Snuff. HEX triplet: DB, D5 and DC. RGB value is (219,213,220). Sum of RGB (Red+Green+Blue) = 219+213+220=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 220 (86.33% from 255 or 33.74% from 652); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBD5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD5DC is #242A23. Grayscale: #D7D7D7. Windows color (decimal): -2370084 or 14472667. OLE color: 14472667.

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

Color convert

RGB 219 213 220 -
CMYK 0.00 0.03 0 0.14
HSL 291.43º 0.09% 0.85% -
HSV(B) 291.43º 0.03% 0.86% -
XYZ 65.93 67.82 77.33 -
YUV 215.59 130.49 130.43 -
System Red Green Blue C M Y K H S L
Decimal 219 213 220 0.00 0.03 0 0.14 291.43 0.09 0.85
Hex DB D5 DC 0 3 0 E 123 9 55
Octal 333 325 334 0 3 0 16 443 11 125
Binary 11011011 11010101 11011100 0 11 0 1110 100100011 1001 1010101

Color Harmonies of #DBD5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD5DC

Black with #DBD5DC

Text Example


Text Example

White with #DBD5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBD5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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