#EEEFFE

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

Shades of Lavender #EEEFFE

Tints of Lavender #EEEFFE

Color information

#EEEFFE (or 0xEEEFFE) is unknown color: approx Lavender. HEX triplet: EE, EF and FE. RGB value is (238,239,254). Sum of RGB (Red+Green+Blue) = 238+239+254=731 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.56% from 731); Green value is 239 (93.75% from 255 or 32.69% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEEFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEFFE is #111001. Grayscale: #F0F0F0. Windows color (decimal): -1118210 or 16707566. OLE color: 16707566.

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

Color convert

RGB238239254-
CMYK0.060.0600.00
HSL236.25º88.89%96.47%-
HSV(B)236.25º6.3%99.61%-
XYZ84.0287.07106.14-
YUV240.41135.67126.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.56%
GREEN value IS 239 (93.75% from 255) = 32.69%
BLUE value IS 254 (99.61% from 255) = 34.75%
R=32.56%
G=32.69%
B=34.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382392540.060.0600.00236.2588.8996.47
HexEEEFFE6600ec5960
Octal3563573766600354131140
Binary111011101110111111111110110110001110110010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEFFE; }

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

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

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

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

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

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

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

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