Shades of Lavender #EDEAFC
Tints of Lavender #EDEAFC
RGB
CMYK
RGB Variations
Color information
#EDEAFC (or 0xEDEAFC) is known color: Lavender. HEX triplet: ED, EA and FC. RGB value is (237,234,252). Sum of RGB (Red+Green+Blue) = 237+234+252=723 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.78% from 723); Green value is 234 (91.80% from 255 or 32.37% from 723); Blue value is 252 (98.83% from 255 or 34.85% from 723); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDEAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEAFC is #121503. Grayscale: #ECECEC. Windows color (decimal): -1185028 or 16575213. OLE color: 16575213.
HSL color Cylindrical-coordinate representation of color #EDEAFC: hue angle of 250º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDEAFC is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 234 | 252 | - |
| CMYK | 0.06 | 0.07 | 0 | 0.01 |
| HSL | 250º | 0.75% | 0.95% | - |
| HSV(B) | 250º | 0.07% | 0.99% | - |
| XYZ | 81.92 | 83.88 | 103.97 | - |
| YUV | 236.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 234 | 252 | 0.06 | 0.07 | 0 | 0.01 | 250 | 0.75 | 0.95 |
| Hex | ED | EA | FC | 6 | 7 | 0 | 1 | FA | 4B | 5F |
| Octal | 355 | 352 | 374 | 6 | 7 | 0 | 1 | 372 | 113 | 137 |
| Binary | 11101101 | 11101010 | 11111100 | 110 | 111 | 0 | 1 | 11111010 | 1001011 | 1011111 |
Color Harmonies of #EDEAFC
Complementary color
Monochromatic Colors of #EDEAFC
Black with #EDEAFC
Text Example
Text Example
White with #EDEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEAFC; }
p { color: rgb(237,234,252); }
H1.HeaderClassName
{
color: #EDEAFC;
}
.AnyTagClassName
{
color: #EDEAFC;
}
</style>
background-color css
<style>
a { background-color: #EDEAFC; }
a { background-color: rgb(237,234,252); }
div.DivClassName
{
background-color: #EDEAFC;
}
.BgClassName
{
background-color: #EDEAFC;
}
</style>
border-color css
<style>
span { border-color: #EDEAFC; }
span { border-color: rgb(237,234,252); }
td.TdClassName
{
border-color: #EDEAFC;
}
.TagClassName
{
border-color: #EDEAFC;
}
</style>