#EEEBFA

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

Shades of Lavender #EEEBFA

Tints of Lavender #EEEBFA

Color information

#EEEBFA (or 0xEEEBFA) is unknown color: approx Lavender. HEX triplet: EE, EB and FA. RGB value is (238,235,250). Sum of RGB (Red+Green+Blue) = 238+235+250=723 (95% of max value = 765). Red value is 238 (93.36% from 255 or 32.92% from 723); Green value is 235 (92.19% from 255 or 32.50% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEEBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEBFA is #111405. Grayscale: #EDEDED. Windows color (decimal): -1119238 or 16444398. OLE color: 16444398.

HSL color Cylindrical-coordinate representation of color #EEEBFA: hue angle of 252º degrees, saturation: 0.6, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEEBFA is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB238235250-
CMYK0.050.0600.02
HSL252º60%95.1%-
HSV(B)252º6%98.04%-
XYZ82.2284.5102.42-
YUV237.61134.99128.28-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.92%
GREEN value IS 235 (92.19% from 255) = 32.50%
BLUE value IS 250 (98.05% from 255) = 34.58%
R=32.92%
G=32.50%
B=34.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2382352500.050.0600.022526095.1
HexEEEBFA5602fc3c5f
Octal356353372560237474137
Binary111011101110101111111010101110010111111001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEBFA; }

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

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

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

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

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

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

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

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