Shades of Lavender #EAEDFC
Tints of Lavender #EAEDFC
RGB
CMYK
RGB Variations
Color information
#EAEDFC (or 0xEAEDFC) is known color: Lavender. HEX triplet: EA, ED and FC. RGB value is (234,237,252). Sum of RGB (Red+Green+Blue) = 234+237+252=723 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.37% from 723); Green value is 237 (92.97% from 255 or 32.78% 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 #EAEDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEDFC is #151203. Grayscale: #EDEDED. Windows color (decimal): -1380868 or 16575978. OLE color: 16575978.
HSL color Cylindrical-coordinate representation of color #EAEDFC: hue angle of 230º 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 #EAEDFC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 234 | 237 | 252 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.01 |
| HSL | 230º | 0.75% | 0.95% | - |
| HSV(B) | 230º | 0.07% | 0.99% | - |
| XYZ | 81.79 | 85.09 | 104.21 | - |
| YUV | 237.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 237 | 252 | 0.07 | 0.06 | 0 | 0.01 | 230 | 0.75 | 0.95 |
| Hex | EA | ED | FC | 7 | 6 | 0 | 1 | E6 | 4B | 5F |
| Octal | 352 | 355 | 374 | 7 | 6 | 0 | 1 | 346 | 113 | 137 |
| Binary | 11101010 | 11101101 | 11111100 | 111 | 110 | 0 | 1 | 11100110 | 1001011 | 1011111 |
Color Harmonies of #EAEDFC
Complementary color
Monochromatic Colors of #EAEDFC
Black with #EAEDFC
Text Example
Text Example
White with #EAEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEDFC; }
p { color: rgb(234,237,252); }
H1.HeaderClassName
{
color: #EAEDFC;
}
.AnyTagClassName
{
color: #EAEDFC;
}
</style>
background-color css
<style>
a { background-color: #EAEDFC; }
a { background-color: rgb(234,237,252); }
div.DivClassName
{
background-color: #EAEDFC;
}
.BgClassName
{
background-color: #EAEDFC;
}
</style>
border-color css
<style>
span { border-color: #EAEDFC; }
span { border-color: rgb(234,237,252); }
td.TdClassName
{
border-color: #EAEDFC;
}
.TagClassName
{
border-color: #EAEDFC;
}
</style>