Html Css Color HEX #DCD8DC Snuff

📋 copy color: '#DCD8DC'

red 220 ◦ green 216 ◦ blue 220

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

Shades of Snuff #DCD8DC

Tints of Snuff #DCD8DC

RGB

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

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

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

R = 33.54%
G = 32.93%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCD8DC (or 0xDCD8DC) is known color: Snuff. HEX triplet: DC, D8 and DC. RGB value is (220,216,220). Sum of RGB (Red+Green+Blue) = 220+216+220=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCD8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8DC is #232723. Grayscale: #D9D9D9. Windows color (decimal): -2303780 or 14473436. OLE color: 14473436.

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

Color convert

RGB 220 216 220 -
CMYK 0 0.02 0 0.14
HSL 300º 0.05% 0.85% -
HSV(B) 300º 0.02% 0.86% -
XYZ 66.99 69.49 77.59 -
YUV 217.65 129.33 129.67 -
System Red Green Blue C M Y K H S L
Decimal 220 216 220 0 0.02 0 0.14 300 0.05 0.85
Hex DC D8 DC 0 2 0 E 12C 5 55
Octal 334 330 334 0 2 0 16 454 5 125
Binary 11011100 11011000 11011100 0 10 0 1110 100101100 101 1010101

Color Harmonies of #DCD8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD8DC

Black with #DCD8DC

Text Example


Text Example

White with #DCD8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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