#EADAEB

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

Shades of Snuff #EADAEB

Tints of Snuff #EADAEB

Color information

#EADAEB (or 0xEADAEB) is unknown color: approx Snuff. HEX triplet: EA, DA and EB. RGB value is (234,218,235). Sum of RGB (Red+Green+Blue) = 234+218+235=687 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.06% from 687); Green value is 218 (85.55% from 255 or 31.73% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 235 - color contains mainly: blue. Hex color #EADAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAEB is #152514. Grayscale: #E0E0E0. Windows color (decimal): -1385749 or 15457002. OLE color: 15457002.

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

Color convert

RGB234218235-
CMYK0.000.0700.08
HSL296.47º29.82%88.82%-
HSV(B)296.47º7.23%92.16%-
XYZ7473.6388.91-
YUV224.72133.8134.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.06%
GREEN value IS 218 (85.55% from 255) = 31.73%
BLUE value IS 235 (92.19% from 255) = 34.21%
R=34.06%
G=31.73%
B=34.21%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342182350.000.0700.08296.4729.8288.82
HexEADAEB07081281e59
Octal3523323530701045036131
Binary111010101101101011101011011101000100101000111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADAEB; }

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

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

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

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

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

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

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

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