#DED5E0

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

Shades of Snuff #DED5E0

Tints of Snuff #DED5E0

Color information

#DED5E0 (or 0xDED5E0) is unknown color: approx Snuff. HEX triplet: DE, D5 and E0. RGB value is (222,213,224). Sum of RGB (Red+Green+Blue) = 222+213+224=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 224 (87.89% from 255 or 33.99% from 659); Max value from RGB is 224 - color contains mainly: blue. Hex color #DED5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5E0 is #212A1F. Grayscale: #D8D8D8. Windows color (decimal): -2173472 or 14734814. OLE color: 14734814.

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

Color convert

RGB222213224-
CMYK0.010.0500.12
HSL289.09º15.07%85.69%-
HSV(B)289.09º4.91%87.84%-
XYZ67.3768.580.19-
YUV216.94131.98131.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.69%
GREEN value IS 213 (83.59% from 255) = 32.32%
BLUE value IS 224 (87.89% from 255) = 33.99%
R=33.69%
G=32.32%
B=33.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2222132240.010.0500.12289.0915.0785.69
HexDED5E0150C121f56
Octal3363253401501444117126
Binary11011110110101011110000011010110010010000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED5E0; }

 p { color: rgb(222,213,224); }

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

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

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

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

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

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

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