#EAE9EE

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

Shades of Lavender #EAE9EE

Tints of Lavender #EAE9EE

Color information

#EAE9EE (or 0xEAE9EE) is unknown color: approx Lavender. HEX triplet: EA, E9 and EE. RGB value is (234,233,238). Sum of RGB (Red+Green+Blue) = 234+233+238=705 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.19% from 705); Green value is 233 (91.41% from 255 or 33.05% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAE9EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE9EE is #151611. Grayscale: #E9E9E9. Windows color (decimal): -1381906 or 15657450. OLE color: 15657450.

HSL color Cylindrical-coordinate representation of color #EAE9EE: hue angle of 252º degrees, saturation: 0.13, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EAE9EE is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234233238-
CMYK0.020.0200.07
HSL252º12.82%92.35%-
HSV(B)252º2.1%93.33%-
XYZ78.581.9492.57-
YUV233.87130.33128.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.19%
GREEN value IS 233 (91.41% from 255) = 33.05%
BLUE value IS 238 (93.36% from 255) = 33.76%
R=33.19%
G=33.05%
B=33.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342332380.020.0200.0725212.8292.35
HexEAE9EE2207fcd5c
Octal352351356220737415134
Binary111010101110100111101110101001111111110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9EE; }

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

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

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

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

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

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

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

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