#EADEE8

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

Shades of Snuff #EADEE8

Tints of Snuff #EADEE8

Color information

#EADEE8 (or 0xEADEE8) is unknown color: approx Snuff. HEX triplet: EA, DE and E8. RGB value is (234,222,232). Sum of RGB (Red+Green+Blue) = 234+222+232=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 222 (87.11% from 255 or 32.27% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 234 - color contains mainly: red. Hex color #EADEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEE8 is #152117. Grayscale: #E2E2E2. Windows color (decimal): -1384728 or 15261418. OLE color: 15261418.

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

Color convert

RGB234222232-
CMYK00.050.010.08
HSL310º22.22%89.41%-
HSV(B)310º5.13%91.76%-
XYZ74.6275.5687-
YUV226.73130.98133.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.01%
GREEN value IS 222 (87.11% from 255) = 32.27%
BLUE value IS 232 (91.02% from 255) = 33.72%
R=34.01%
G=32.27%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422223200.050.010.0831022.2289.41
HexEADEE805181361659
Octal3523363500511046626131
Binary111010101101111011101000010111000100110110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADEE8; }

 p { color: rgb(234,222,232); }

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

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

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

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

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

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

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