#DED6DC

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

Shades of Snuff #DED6DC

Tints of Snuff #DED6DC

Color information

#DED6DC (or 0xDED6DC) is unknown color: approx Snuff. HEX triplet: DE, D6 and DC. RGB value is (222,214,220). Sum of RGB (Red+Green+Blue) = 222+214+220=656 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.84% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 222 - color contains mainly: red. Hex color #DED6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED6DC is #212923. Grayscale: #D9D9D9. Windows color (decimal): -2173220 or 14472926. OLE color: 14472926.

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

Color convert

RGB222214220-
CMYK00.040.010.13
HSL315º10.81%85.49%-
HSV(B)315º3.6%87.06%-
XYZ67.0968.7977.45-
YUV217.08129.65131.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.84%
GREEN value IS 214 (83.98% from 255) = 32.62%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=33.84%
G=32.62%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221422000.040.010.1331510.8185.49
HexDED6DC041D13bb55
Octal3363263340411547313125
Binary11011110110101101101110001001110110011101110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED6DC; }

 p { color: rgb(222,214,220); }

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

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

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

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

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

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

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