Shades of Lavender #EDEAFA
Tints of Lavender #EDEAFA
RGB
CMYK
RGB Variations
Color information
#EDEAFA (or 0xEDEAFA) is known color: Lavender. HEX triplet: ED, EA and FA. RGB value is (237,234,250). Sum of RGB (Red+Green+Blue) = 237+234+250=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 234 (91.80% from 255 or 32.45% from 721); Blue value is 250 (98.05% from 255 or 34.67% from 721); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDEAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAFA is #121505. Grayscale: #ECECEC. Windows color (decimal): -1185030 or 16444141. OLE color: 16444141.
HSL color Cylindrical-coordinate representation of color #EDEAFA: hue angle of 251.25º degrees, saturation: 0.62, 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 #EDEAFA is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 234 | 250 | - |
| CMYK | 0.05 | 0.06 | 0 | 0.02 |
| HSL | 251.25º | 0.62% | 0.95% | - |
| HSV(B) | 251.25º | 0.06% | 0.98% | - |
| XYZ | 81.6 | 83.75 | 102.31 | - |
| YUV | 236.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 250 | 0.05 | 0.06 | 0 | 0.02 | 251.25 | 0.62 | 0.95 |
| Hex | ED | EA | FA | 5 | 6 | 0 | 2 | FB | 3E | 5F |
| Octal | 355 | 352 | 372 | 5 | 6 | 0 | 2 | 373 | 76 | 137 |
| Binary | 11101101 | 11101010 | 11111010 | 101 | 110 | 0 | 10 | 11111011 | 111110 | 1011111 |
Color Harmonies of #EDEAFA
Complementary color
Monochromatic Colors of #EDEAFA
Black with #EDEAFA
Text Example
Text Example
White with #EDEAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAFA; }
p { color: rgb(237,234,250); }
H1.HeaderClassName
{
color: #EDEAFA;
}
.AnyTagClassName
{
color: #EDEAFA;
}
</style>
background-color css
<style>
a { background-color: #EDEAFA; }
a { background-color: rgb(237,234,250); }
div.DivClassName
{
background-color: #EDEAFA;
}
.BgClassName
{
background-color: #EDEAFA;
}
</style>
border-color css
<style>
span { border-color: #EDEAFA; }
span { border-color: rgb(237,234,250); }
td.TdClassName
{
border-color: #EDEAFA;
}
.TagClassName
{
border-color: #EDEAFA;
}
</style>