#EADAEA

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

Shades of Snuff #EADAEA

Tints of Snuff #EADAEA

Color information

#EADAEA (or 0xEADAEA) is unknown color: approx Snuff. HEX triplet: EA, DA and EA. RGB value is (234,218,234). Sum of RGB (Red+Green+Blue) = 234+218+234=686 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.11% from 686); Green value is 218 (85.55% from 255 or 31.78% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EADAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAEA is #152515. Grayscale: #E0E0E0. Windows color (decimal): -1385750 or 15391466. OLE color: 15391466.

HSL color Cylindrical-coordinate representation of color #EADAEA: hue angle of 300º 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 #EADAEA is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB234218234-
CMYK00.0700.08
HSL300º27.59%88.63%-
HSV(B)300º6.84%91.76%-
XYZ73.8573.5888.15-
YUV224.61133.3134.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.11%
GREEN value IS 218 (85.55% from 255) = 31.78%
BLUE value IS 234 (91.80% from 255) = 34.11%
R=34.11%
G=31.78%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421823400.0700.0830027.5988.63
HexEADAEA070812c1c59
Octal3523323520701045434131
Binary111010101101101011101010011101000100101100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAEA; }

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

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

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

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

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

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

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

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