#DED7DE

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

Shades of Snuff #DED7DE

Tints of Snuff #DED7DE

Color information

#DED7DE (or 0xDED7DE) is unknown color: approx Snuff. HEX triplet: DE, D7 and DE. RGB value is (222,215,222). Sum of RGB (Red+Green+Blue) = 222+215+222=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 215 (84.38% from 255 or 32.63% from 659); Blue value is 222 (87.11% from 255 or 33.69% from 659); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DED7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED7DE is #212821. Grayscale: #D9D9D9. Windows color (decimal): -2172962 or 14604254. OLE color: 14604254.

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

Color convert

RGB222215222-
CMYK00.0300.13
HSL300º9.59%85.69%-
HSV(B)300º3.15%87.06%-
XYZ67.6169.478.94-
YUV217.89130.32130.93-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.69%
GREEN value IS 215 (84.38% from 255) = 32.63%
BLUE value IS 222 (87.11% from 255) = 33.69%
R=33.69%
G=32.63%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22221522200.0300.133009.5985.69
HexDED7DE030D12ca56
Octal3363273360301545412126
Binary1101111011010111110111100110110110010110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED7DE; }

 p { color: rgb(222,215,222); }

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

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

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

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

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

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

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