#EDEEFE

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

Shades of Lavender #EDEEFE

Tints of Lavender #EDEEFE

Color information

#EDEEFE (or 0xEDEEFE) is unknown color: approx Lavender. HEX triplet: ED, EE and FE. RGB value is (237,238,254). Sum of RGB (Red+Green+Blue) = 237+238+254=729 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.51% from 729); Green value is 238 (93.36% from 255 or 32.65% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDEEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEEFE is #121101. Grayscale: #EFEFEF. Windows color (decimal): -1184002 or 16707309. OLE color: 16707309.

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

Color convert

RGB237238254-
CMYK0.070.0600.00
HSL236.47º89.47%96.27%-
HSV(B)236.47º6.69%99.61%-
XYZ83.3986.31106.03-
YUV239.52136.17126.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.51%
GREEN value IS 238 (93.36% from 255) = 32.65%
BLUE value IS 254 (99.61% from 255) = 34.84%
R=32.51%
G=32.65%
B=34.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372382540.070.0600.00236.4789.4796.27
HexEDEEFE7600ec5960
Octal3553563767600354131140
Binary111011011110111011111110111110001110110010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEEFE; }

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

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

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

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

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

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

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

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