Html Css Color HEX #DCD9DC Snuff

📋 copy color: '#DCD9DC'

red 220 ◦ green 217 ◦ blue 220

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

Shades of Snuff #DCD9DC

Tints of Snuff #DCD9DC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.03%

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

R = 33.49%
G = 33.03%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DCD9DC (or 0xDCD9DC) is known color: Snuff. HEX triplet: DC, D9 and DC. RGB value is (220,217,220). Sum of RGB (Red+Green+Blue) = 220+217+220=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCD9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9DC is #232623. Grayscale: #DADADA. Windows color (decimal): -2303524 or 14473692. OLE color: 14473692.

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

Color convert

RGB 220 217 220 -
CMYK 0 0.01 0 0.14
HSL 300º 0.04% 0.86% -
HSV(B) 300º 0.01% 0.86% -
XYZ 67.25 70.01 77.68 -
YUV 218.24 128.99 129.26 -
System Red Green Blue C M Y K H S L
Decimal 220 217 220 0 0.01 0 0.14 300 0.04 0.86
Hex DC D9 DC 0 1 0 E 12C 4 56
Octal 334 331 334 0 1 0 16 454 4 126
Binary 11011100 11011001 11011100 0 1 0 1110 100101100 100 1010110

Color Harmonies of #DCD9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD9DC

Black with #DCD9DC

Text Example


Text Example

White with #DCD9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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