#E9DDE8

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

Shades of Snuff #E9DDE8

Tints of Snuff #E9DDE8

Color information

#E9DDE8 (or 0xE9DDE8) is unknown color: approx Snuff. HEX triplet: E9, DD and E8. RGB value is (233,221,232). Sum of RGB (Red+Green+Blue) = 233+221+232=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 221 (86.72% from 255 or 32.22% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DDE8 is #162217. Grayscale: #E1E1E1. Windows color (decimal): -1450520 or 15261161. OLE color: 15261161.

HSL color Cylindrical-coordinate representation of color #E9DDE8: hue angle of 305º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E9DDE8 is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB233221232-
CMYK00.050.000.09
HSL305º21.43%89.02%-
HSV(B)305º5.15%91.37%-
XYZ74.0374.8686.89-
YUV225.84131.48133.11-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.97%
GREEN value IS 221 (86.72% from 255) = 32.22%
BLUE value IS 232 (91.02% from 255) = 33.82%
R=33.97%
G=32.22%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23322123200.050.000.0930521.4389.02
HexE9DDE805091311559
Octal3513353500501146125131
Binary111010011101110111101000010101001100110001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DDE8; }

 p { color: rgb(233,221,232); }

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

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

 a { background-color: rgb(233,221,232); }

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

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

 span { border-color: rgb(233,221,232); }

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