#EEEBFE

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

Shades of Lavender #EEEBFE

Tints of Lavender #EEEBFE

Color information

#EEEBFE (or 0xEEEBFE) is unknown color: approx Lavender. HEX triplet: EE, EB and FE. RGB value is (238,235,254). Sum of RGB (Red+Green+Blue) = 238+235+254=727 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.74% from 727); Green value is 235 (92.19% from 255 or 32.32% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #EEEBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEBFE is #111401. Grayscale: #EDEDED. Windows color (decimal): -1119234 or 16706542. OLE color: 16706542.

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

Color convert

RGB238235254-
CMYK0.060.0700.00
HSL249.47º90.48%95.88%-
HSV(B)249.47º7.48%99.61%-
XYZ82.8684.75105.76-
YUV238.06136.99127.96-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.74%
GREEN value IS 235 (92.19% from 255) = 32.32%
BLUE value IS 254 (99.61% from 255) = 34.94%
R=32.74%
G=32.32%
B=34.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2382352540.060.0700.00249.4790.4895.88
HexEEEBFE6700f95a60
Octal3563533766700371132140
Binary111011101110101111111110110111001111100110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEBFE; }

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

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

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

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

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

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

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

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