#EEEAFE

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

Shades of Lavender #EEEAFE

Tints of Lavender #EEEAFE

Color information

#EEEAFE (or 0xEEEAFE) is unknown color: approx Lavender. HEX triplet: EE, EA and FE. RGB value is (238,234,254). Sum of RGB (Red+Green+Blue) = 238+234+254=726 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.78% from 726); Green value is 234 (91.80% from 255 or 32.23% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEEAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAFE is #111501. Grayscale: #EDEDED. Windows color (decimal): -1119490 or 16706286. OLE color: 16706286.

HSL color Cylindrical-coordinate representation of color #EEEAFE: hue angle of 252º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEEAFE is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB238234254-
CMYK0.060.0800.00
HSL252º90.91%95.69%-
HSV(B)252º7.87%99.61%-
XYZ82.5784.18105.66-
YUV237.48137.33128.37-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.78%
GREEN value IS 234 (91.80% from 255) = 32.23%
BLUE value IS 254 (99.61% from 255) = 34.99%
R=32.78%
G=32.23%
B=34.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382342540.060.0800.0025290.9195.69
HexEEEAFE6800fc5b60
Octal35635237661000374133140
Binary1110111011101010111111101101000001111110010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAFE; }

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

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

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

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

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

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

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

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