#DCD7DD

Color #DCD7DD Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #DCD7DD

Tints of Snuff #DCD7DD

Color information

#DCD7DD (or 0xDCD7DD) is unknown color: approx Snuff. HEX triplet: DC, D7 and DD. RGB value is (220,215,221). Sum of RGB (Red+Green+Blue) = 220+215+221=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 215 (84.38% from 255 or 32.77% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCD7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7DD is #232822. Grayscale: #D9D9D9. Windows color (decimal): -2304035 or 14538716. OLE color: 14538716.

HSL color Cylindrical-coordinate representation of color #DCD7DD: hue angle of 290º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DCD7DD is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220215221-
CMYK0.000.0300.13
HSL290º8.11%85.49%-
HSV(B)290º2.71%86.67%-
XYZ66.8769.0478.21-
YUV217.18130.16130.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.54%
GREEN value IS 215 (84.38% from 255) = 32.77%
BLUE value IS 221 (86.72% from 255) = 33.69%
R=33.54%
G=32.77%
B=33.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202152210.000.0300.132908.1185.49
HexDCD7DD030D122855
Octal3343273350301544210125
Binary1101110011010111110111010110110110010001010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD7DD; }

 p { color: rgb(220,215,221); }

 H1.HeaderClassName
 {
   color: #DCD7DD;
 }
 .AnyTagClassName
 {
   color: #DCD7DD;
 }
</style>
background-color css

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

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

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

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

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

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