#EADDE9

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

Shades of Snuff #EADDE9

Tints of Snuff #EADDE9

Color information

#EADDE9 (or 0xEADDE9) is unknown color: approx Snuff. HEX triplet: EA, DD and E9. RGB value is (234,221,233). Sum of RGB (Red+Green+Blue) = 234+221+233=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 221 (86.72% from 255 or 32.12% from 688); Blue value is 233 (91.41% from 255 or 33.87% from 688); Max value from RGB is 234 - color contains mainly: red. Hex color #EADDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDE9 is #152216. Grayscale: #E2E2E2. Windows color (decimal): -1384983 or 15326698. OLE color: 15326698.

HSL color Cylindrical-coordinate representation of color #EADDE9: hue angle of 304.62º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADDE9 is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB234221233-
CMYK00.060.000.08
HSL304.62º23.64%89.22%-
HSV(B)304.62º5.56%91.76%-
XYZ74.575.0987.66-
YUV226.26131.81133.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.01%
GREEN value IS 221 (86.72% from 255) = 32.12%
BLUE value IS 233 (91.41% from 255) = 33.87%
R=34.01%
G=32.12%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422123300.060.000.08304.6223.6489.22
HexEADDE906081311859
Octal3523353510601046130131
Binary111010101101110111101001011001000100110001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDE9; }

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

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

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

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

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

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

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

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