Shades of Lavender #EDECF9
Tints of Lavender #EDECF9
RGB
CMYK
RGB Variations
Color information
#EDECF9 (or 0xEDECF9) is known color: Lavender. HEX triplet: ED, EC and F9. RGB value is (237,236,249). Sum of RGB (Red+Green+Blue) = 237+236+249=722 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.83% from 722); Green value is 236 (92.58% from 255 or 32.69% from 722); Blue value is 249 (97.66% from 255 or 34.49% from 722); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDECF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECF9 is #121306. Grayscale: #EDEDED. Windows color (decimal): -1184519 or 16379117. OLE color: 16379117.
HSL color Cylindrical-coordinate representation of color #EDECF9: hue angle of 244.62º degrees, saturation: 0.52, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDECF9 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 236 | 249 | - |
CMYK | 0.05 | 0.05 | 0 | 0.02 |
HSL | 244.62º | 0.52% | 0.95% | - |
HSV(B) | 244.62º | 0.05% | 0.98% | - |
XYZ | 82.02 | 84.83 | 101.67 | - |
YUV | 237.78 | 134.33 | 127.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 249 | 0.05 | 0.05 | 0 | 0.02 | 244.62 | 0.52 | 0.95 |
Hex | ED | EC | F9 | 5 | 5 | 0 | 2 | F5 | 34 | 5F |
Octal | 355 | 354 | 371 | 5 | 5 | 0 | 2 | 365 | 64 | 137 |
Binary | 11101101 | 11101100 | 11111001 | 101 | 101 | 0 | 10 | 11110101 | 110100 | 1011111 |
Color Harmonies of #EDECF9
Complementary color
Monochromatic Colors of #EDECF9
Black with #EDECF9
Text Example
Text Example
White with #EDECF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECF9; }
p { color: rgb(237,236,249); }
H1.HeaderClassName
{
color: #EDECF9;
}
.AnyTagClassName
{
color: #EDECF9;
}
</style>
background-color css
<style>
a { background-color: #EDECF9; }
a { background-color: rgb(237,236,249); }
div.DivClassName
{
background-color: #EDECF9;
}
.BgClassName
{
background-color: #EDECF9;
}
</style>
border-color css
<style>
span { border-color: #EDECF9; }
span { border-color: rgb(237,236,249); }
td.TdClassName
{
border-color: #EDECF9;
}
.TagClassName
{
border-color: #EDECF9;
}
</style>