#EEEEFD

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

Shades of Lavender #EEEEFD

Tints of Lavender #EEEEFD

Color information

#EEEEFD (or 0xEEEEFD) is unknown color: approx Lavender. HEX triplet: EE, EE and FD. RGB value is (238,238,253). Sum of RGB (Red+Green+Blue) = 238+238+253=729 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.65% from 729); Green value is 238 (93.36% from 255 or 32.65% from 729); Blue value is 253 (99.22% from 255 or 34.71% from 729); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEEEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEEFD is #111102. Grayscale: #EFEFEF. Windows color (decimal): -1118467 or 16641774. OLE color: 16641774.

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

Color convert

RGB238238253-
CMYK0.060.0600.01
HSL240º78.95%96.27%-
HSV(B)240º5.93%99.22%-
XYZ83.5686.42105.2-
YUV239.71135.5126.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.65%
GREEN value IS 238 (93.36% from 255) = 32.65%
BLUE value IS 253 (99.22% from 255) = 34.71%
R=32.65%
G=32.65%
B=34.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382382530.060.0600.0124078.9596.27
HexEEEEFD6601f04f60
Octal3563563756601360117140
Binary111011101110111011111101110110011111000010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEEFD; }

 p { color: rgb(238,238,253); }

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

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

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

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

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

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

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