#EAE2ED

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

Shades of White Lilac #EAE2ED

Tints of White Lilac #EAE2ED

Color information

#EAE2ED (or 0xEAE2ED) is unknown color: approx White Lilac. HEX triplet: EA, E2 and ED. RGB value is (234,226,237). Sum of RGB (Red+Green+Blue) = 234+226+237=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 226 (88.67% from 255 or 32.42% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAE2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE2ED is #151D12. Grayscale: #E5E5E5. Windows color (decimal): -1383699 or 15590122. OLE color: 15590122.

HSL color Cylindrical-coordinate representation of color #EAE2ED: hue angle of 283.64º degrees, saturation: 0.23, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAE2ED is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234226237-
CMYK0.010.0500.07
HSL283.64º23.4%90.78%-
HSV(B)283.64º4.64%92.94%-
XYZ76.417891.15-
YUV229.65132.15131.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.57%
GREEN value IS 226 (88.67% from 255) = 32.42%
BLUE value IS 237 (92.97% from 255) = 34.00%
R=33.57%
G=32.42%
B=34.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342262370.010.0500.07283.6423.490.78
HexEAE2ED150711c175b
Octal352342355150743427133
Binary11101010111000101110110111010111100011100101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE2ED; }

 p { color: rgb(234,226,237); }

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

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

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

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

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

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

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