#DED3DC

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

Shades of Snuff #DED3DC

Tints of Snuff #DED3DC

Color information

#DED3DC (or 0xDED3DC) is unknown color: approx Snuff. HEX triplet: DE, D3 and DC. RGB value is (222,211,220). Sum of RGB (Red+Green+Blue) = 222+211+220=653 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.00% from 653); Green value is 211 (82.81% from 255 or 32.31% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 222 - color contains mainly: red. Hex color #DED3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED3DC is #212C23. Grayscale: #D7D7D7. Windows color (decimal): -2173988 or 14472158. OLE color: 14472158.

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

Color convert

RGB222211220-
CMYK00.050.010.13
HSL310.91º14.29%84.9%-
HSV(B)310.91º4.95%87.06%-
XYZ66.3467.2977.2-
YUV215.32130.64132.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.00%
GREEN value IS 211 (82.81% from 255) = 32.31%
BLUE value IS 220 (86.33% from 255) = 33.69%
R=34.00%
G=32.31%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221122000.050.010.13310.9114.2984.9
HexDED3DC051D137e55
Octal3363233340511546716125
Binary11011110110100111101110001011110110011011111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED3DC; }

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

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

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

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

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

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

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

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