#EEEDFB

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

Shades of Lavender #EEEDFB

Tints of Lavender #EEEDFB

Color information

#EEEDFB (or 0xEEEDFB) is unknown color: approx Lavender. HEX triplet: EE, ED and FB. RGB value is (238,237,251). Sum of RGB (Red+Green+Blue) = 238+237+251=726 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.78% from 726); Green value is 237 (92.97% from 255 or 32.64% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 251 - color contains mainly: blue. Hex color #EEEDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDFB is #111204. Grayscale: #EEEEEE. Windows color (decimal): -1118725 or 16510446. OLE color: 16510446.

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

Color convert

RGB238237251-
CMYK0.050.0600.02
HSL244.29º63.64%95.69%-
HSV(B)244.29º5.58%98.43%-
XYZ82.9685.71103.44-
YUV238.9134.83127.36-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.78%
GREEN value IS 237 (92.97% from 255) = 32.64%
BLUE value IS 251 (98.44% from 255) = 34.57%
R=32.78%
G=32.64%
B=34.57%

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
Decimal2382372510.050.0600.02244.2963.6495.69
HexEEEDFB5602f44060
Octal3563553735602364100140
Binary1110111011101101111110111011100101111010010000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDFB; }

 p { color: rgb(238,237,251); }

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

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

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

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

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

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

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