Shades of Lavender #EAECFF
Tints of Lavender #EAECFF
RGB
CMYK
RGB Variations
Color information
#EAECFF (or 0xEAECFF) is known color: Lavender. HEX triplet: EA, EC and FF. RGB value is (234,236,255). Sum of RGB (Red+Green+Blue) = 234+236+255=725 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.28% from 725); Green value is 236 (92.58% from 255 or 32.55% from 725); Blue value is 255 (100% from 255 or 35.17% from 725); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAECFF is #151300. Grayscale: #EDEDED. Windows color (decimal): -1381121 or 16772330. OLE color: 16772330.
HSL color Cylindrical-coordinate representation of color #EAECFF: hue angle of 234.29º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAECFF is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 234 | 236 | 255 | - |
| CMYK | 0.08 | 0.07 | 0 | 0 |
| HSL | 234.29º | 1% | 0.96% | - |
| HSV(B) | 234.29º | 0.08% | 1% | - |
| XYZ | 81.98 | 84.7 | 106.64 | - |
| YUV | 237.57 | 137.84 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 236 | 255 | 0.08 | 0.07 | 0 | 0 | 234.29 | 1 | 0.96 |
| Hex | EA | EC | FF | 8 | 7 | 0 | 0 | EA | 64 | 60 |
| Octal | 352 | 354 | 377 | 10 | 7 | 0 | 0 | 352 | 144 | 140 |
| Binary | 11101010 | 11101100 | 11111111 | 1000 | 111 | 0 | 0 | 11101010 | 1100100 | 1100000 |
Color Harmonies of #EAECFF
Complementary color
Monochromatic Colors of #EAECFF
Black with #EAECFF
Text Example
Text Example
White with #EAECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAECFF; }
p { color: rgb(234,236,255); }
H1.HeaderClassName
{
color: #EAECFF;
}
.AnyTagClassName
{
color: #EAECFF;
}
</style>
background-color css
<style>
a { background-color: #EAECFF; }
a { background-color: rgb(234,236,255); }
div.DivClassName
{
background-color: #EAECFF;
}
.BgClassName
{
background-color: #EAECFF;
}
</style>
border-color css
<style>
span { border-color: #EAECFF; }
span { border-color: rgb(234,236,255); }
td.TdClassName
{
border-color: #EAECFF;
}
.TagClassName
{
border-color: #EAECFF;
}
</style>