Shades of Lavender #EDECFA
Tints of Lavender #EDECFA
RGB
CMYK
RGB Variations
Color information
#EDECFA (or 0xEDECFA) is known color: Lavender. HEX triplet: ED, EC and FA. RGB value is (237,236,250). Sum of RGB (Red+Green+Blue) = 237+236+250=723 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.78% from 723); Green value is 236 (92.58% from 255 or 32.64% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDECFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDECFA is #121305. Grayscale: #EDEDED. Windows color (decimal): -1184518 or 16444653. OLE color: 16444653.
HSL color Cylindrical-coordinate representation of color #EDECFA: hue angle of 244.29º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDECFA is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 236 | 250 | - |
CMYK | 0.05 | 0.06 | 0 | 0.02 |
HSL | 244.29º | 0.58% | 0.95% | - |
HSV(B) | 244.29º | 0.06% | 0.98% | - |
XYZ | 82.18 | 84.9 | 102.5 | - |
YUV | 237.9 | 134.83 | 127.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 236 | 250 | 0.05 | 0.06 | 0 | 0.02 | 244.29 | 0.58 | 0.95 |
Hex | ED | EC | FA | 5 | 6 | 0 | 2 | F4 | 3A | 5F |
Octal | 355 | 354 | 372 | 5 | 6 | 0 | 2 | 364 | 72 | 137 |
Binary | 11101101 | 11101100 | 11111010 | 101 | 110 | 0 | 10 | 11110100 | 111010 | 1011111 |
Color Harmonies of #EDECFA
Complementary color
Monochromatic Colors of #EDECFA
Black with #EDECFA
Text Example
Text Example
White with #EDECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDECFA; }
p { color: rgb(237,236,250); }
H1.HeaderClassName
{
color: #EDECFA;
}
.AnyTagClassName
{
color: #EDECFA;
}
</style>
background-color css
<style>
a { background-color: #EDECFA; }
a { background-color: rgb(237,236,250); }
div.DivClassName
{
background-color: #EDECFA;
}
.BgClassName
{
background-color: #EDECFA;
}
</style>
border-color css
<style>
span { border-color: #EDECFA; }
span { border-color: rgb(237,236,250); }
td.TdClassName
{
border-color: #EDECFA;
}
.TagClassName
{
border-color: #EDECFA;
}
</style>