#E9DAE8

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

Shades of Snuff #E9DAE8

Tints of Snuff #E9DAE8

Color information

#E9DAE8 (or 0xE9DAE8) is unknown color: approx Snuff. HEX triplet: E9, DA and E8. RGB value is (233,218,232). Sum of RGB (Red+Green+Blue) = 233+218+232=683 (90% of max value = 765). Red value is 233 (91.41% from 255 or 34.11% from 683); Green value is 218 (85.55% from 255 or 31.92% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DAE8 is #162517. Grayscale: #E0E0E0. Windows color (decimal): -1451288 or 15260393. OLE color: 15260393.

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

Color convert

RGB233218232-
CMYK00.060.000.09
HSL304º25.42%88.43%-
HSV(B)304º6.44%91.37%-
XYZ73.2473.2986.63-
YUV224.08132.47134.36-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 34.11%
GREEN value IS 218 (85.55% from 255) = 31.92%
BLUE value IS 232 (91.02% from 255) = 33.97%
R=34.11%
G=31.92%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23321823200.060.000.0930425.4288.43
HexE9DAE806091301958
Octal3513323500601146031130
Binary111010011101101011101000011001001100110000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9DAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9DAE8; }

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

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

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

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

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

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

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

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