#EEEBFC

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

Shades of Lavender #EEEBFC

Tints of Lavender #EEEBFC

Color information

#EEEBFC (or 0xEEEBFC) is unknown color: approx Lavender. HEX triplet: EE, EB and FC. RGB value is (238,235,252). Sum of RGB (Red+Green+Blue) = 238+235+252=725 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.83% from 725); Green value is 235 (92.19% from 255 or 32.41% from 725); Blue value is 252 (98.83% from 255 or 34.76% from 725); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEEBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEBFC is #111403. Grayscale: #EDEDED. Windows color (decimal): -1119236 or 16575470. OLE color: 16575470.

HSL color Cylindrical-coordinate representation of color #EEEBFC: hue angle of 250.59º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEEBFC is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB238235252-
CMYK0.060.0700.01
HSL250.59º73.91%95.49%-
HSV(B)250.59º6.75%98.82%-
XYZ82.5484.62104.08-
YUV237.83135.99128.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.83%
GREEN value IS 235 (92.19% from 255) = 32.41%
BLUE value IS 252 (98.83% from 255) = 34.76%
R=32.83%
G=32.41%
B=34.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382352520.060.0700.01250.5973.9195.49
HexEEEBFC6701fb4a5f
Octal3563533746701373112137
Binary111011101110101111111100110111011111101110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEBFC; }

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

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

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

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

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

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

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

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