Shades of Lavender #EDEEFE
Tints of Lavender #EDEEFE
RGB
CMYK
RGB Variations
Color information
#EDEEFE (or 0xEDEEFE) is known color: 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
| RGB | 237 | 238 | 254 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.00 |
| HSL | 236.47º | 0.89% | 0.96% | - |
| HSV(B) | 236.47º | 0.07% | 1% | - |
| XYZ | 83.39 | 86.31 | 106.03 | - |
| YUV | 239.53 | 136.17 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 238 | 254 | 0.07 | 0.06 | 0 | 0.00 | 236.47 | 0.89 | 0.96 |
| Hex | ED | EE | FE | 7 | 6 | 0 | 0 | EC | 59 | 60 |
| Octal | 355 | 356 | 376 | 7 | 6 | 0 | 0 | 354 | 131 | 140 |
| Binary | 11101101 | 11101110 | 11111110 | 111 | 110 | 0 | 0 | 11101100 | 1011001 | 1100000 |
Color Harmonies of #EDEEFE
Complementary color
Monochromatic Colors of #EDEEFE
Black with #EDEEFE
Text Example
Text Example
White with #EDEEFE
Text Example
Text Example
HTML Codes & Css Web 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>