Shades of Lavender #EDECF8
Tints of Lavender #EDECF8
RGB
CMYK
RGB Variations
Color information
#EDECF8 (or 0xEDECF8) is known color: Lavender. HEX triplet: ED, EC and F8. RGB value is (237,236,248). Sum of RGB (Red+Green+Blue) = 237+236+248=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 236 (92.58% from 255 or 32.73% from 721); Blue value is 248 (97.27% from 255 or 34.40% from 721); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDECF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECF8 is #121307. Grayscale: #EDEDED. Windows color (decimal): -1184520 or 16313581. OLE color: 16313581.
HSL color Cylindrical-coordinate representation of color #EDECF8: hue angle of 245º degrees, saturation: 0.46, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDECF8 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 237 | 236 | 248 | - |
CMYK | 0.04 | 0.05 | 0 | 0.03 |
HSL | 245º | 0.46% | 0.95% | - |
HSV(B) | 245º | 0.05% | 0.97% | - |
XYZ | 81.86 | 84.77 | 100.86 | - |
YUV | 237.67 | 133.83 | 127.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 248 | 0.04 | 0.05 | 0 | 0.03 | 245 | 0.46 | 0.95 |
Hex | ED | EC | F8 | 4 | 5 | 0 | 3 | F5 | 2E | 5F |
Octal | 355 | 354 | 370 | 4 | 5 | 0 | 3 | 365 | 56 | 137 |
Binary | 11101101 | 11101100 | 11111000 | 100 | 101 | 0 | 11 | 11110101 | 101110 | 1011111 |
Color Harmonies of #EDECF8
Complementary color
Monochromatic Colors of #EDECF8
Black with #EDECF8
Text Example
Text Example
White with #EDECF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECF8; }
p { color: rgb(237,236,248); }
H1.HeaderClassName
{
color: #EDECF8;
}
.AnyTagClassName
{
color: #EDECF8;
}
</style>
background-color css
<style>
a { background-color: #EDECF8; }
a { background-color: rgb(237,236,248); }
div.DivClassName
{
background-color: #EDECF8;
}
.BgClassName
{
background-color: #EDECF8;
}
</style>
border-color css
<style>
span { border-color: #EDECF8; }
span { border-color: rgb(237,236,248); }
td.TdClassName
{
border-color: #EDECF8;
}
.TagClassName
{
border-color: #EDECF8;
}
</style>