Html Css Color HEX #DCD8DB Snuff

📋 copy color: '#DCD8DB'

red 220 ◦ green 216 ◦ blue 219

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

Shades of Snuff #DCD8DB

Tints of Snuff #DCD8DB

RGB

 RED value IS 220 (86.33% from 255) = 33.59%

 GREEN value IS 216 (84.77% from 255) = 32.98%

 BLUE value IS 219 (85.94% 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

#DCD8DB (or 0xDCD8DB) is known color: Snuff. HEX triplet: DC, D8 and DB. RGB value is (220,216,219). Sum of RGB (Red+Green+Blue) = 220+216+219=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8DB is #232724. Grayscale: #D9D9D9. Windows color (decimal): -2303781 or 14407900. OLE color: 14407900.

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

Color convert

RGB 220 216 219 -
CMYK 0 0.02 0.00 0.14
HSL 315º 0.05% 0.85% -
HSV(B) 315º 0.02% 0.86% -
XYZ 66.86 69.44 76.9 -
YUV 217.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 220 216 219 0 0.02 0.00 0.14 315 0.05 0.85
Hex DC D8 DB 0 2 0 E 13B 5 55
Octal 334 330 333 0 2 0 16 473 5 125
Binary 11011100 11011000 11011011 0 10 0 1110 100111011 101 1010101

Color Harmonies of #DCD8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD8DB

Black with #DCD8DB

Text Example


Text Example

White with #DCD8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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