#EADAE9

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

Shades of Snuff #EADAE9

Tints of Snuff #EADAE9

Color information

#EADAE9 (or 0xEADAE9) is unknown color: approx Snuff. HEX triplet: EA, DA and E9. RGB value is (234,218,233). Sum of RGB (Red+Green+Blue) = 234+218+233=685 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.16% from 685); Green value is 218 (85.55% from 255 or 31.82% from 685); Blue value is 233 (91.41% from 255 or 34.01% from 685); Max value from RGB is 234 - color contains mainly: red. Hex color #EADAE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAE9 is #152516. Grayscale: #E0E0E0. Windows color (decimal): -1385751 or 15325930. OLE color: 15325930.

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

Color convert

RGB234218233-
CMYK00.070.000.08
HSL303.75º27.59%88.63%-
HSV(B)303.75º6.84%91.76%-
XYZ73.7173.5287.4-
YUV224.49132.8134.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.16%
GREEN value IS 218 (85.55% from 255) = 31.82%
BLUE value IS 233 (91.41% from 255) = 34.01%
R=34.16%
G=31.82%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421823300.070.000.08303.7527.5988.63
HexEADAE907081301c59
Octal3523323510701046034131
Binary111010101101101011101001011101000100110000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAE9; }

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

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

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

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

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

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

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

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