Shades of Lavender #EAEAF1
Tints of Lavender #EAEAF1
RGB
CMYK
RGB Variations
Color information
#EAEAF1 (or 0xEAEAF1) is known color: Lavender. HEX triplet: EA, EA and F1. RGB value is (234,234,241). Sum of RGB (Red+Green+Blue) = 234+234+241=709 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.00% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 241 (94.53% from 255 or 33.99% from 709); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAEAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAF1 is #15150E. Grayscale: #EAEAEA. Windows color (decimal): -1381647 or 15854314. OLE color: 15854314.
HSL color Cylindrical-coordinate representation of color #EAEAF1: hue angle of 240º degrees, saturation: 0.2, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAEAF1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 234 | 241 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.05 |
| HSL | 240º | 0.2% | 0.93% | - |
| HSV(B) | 240º | 0.03% | 0.95% | - |
| XYZ | 79.23 | 82.69 | 95 | - |
| YUV | 234.8 | 131.5 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 241 | 0.03 | 0.03 | 0 | 0.05 | 240 | 0.2 | 0.93 |
| Hex | EA | EA | F1 | 3 | 3 | 0 | 5 | F0 | 14 | 5D |
| Octal | 352 | 352 | 361 | 3 | 3 | 0 | 5 | 360 | 24 | 135 |
| Binary | 11101010 | 11101010 | 11110001 | 11 | 11 | 0 | 101 | 11110000 | 10100 | 1011101 |
Color Harmonies of #EAEAF1
Complementary color
Monochromatic Colors of #EAEAF1
Black with #EAEAF1
Text Example
Text Example
White with #EAEAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAF1; }
p { color: rgb(234,234,241); }
H1.HeaderClassName
{
color: #EAEAF1;
}
.AnyTagClassName
{
color: #EAEAF1;
}
</style>
background-color css
<style>
a { background-color: #EAEAF1; }
a { background-color: rgb(234,234,241); }
div.DivClassName
{
background-color: #EAEAF1;
}
.BgClassName
{
background-color: #EAEAF1;
}
</style>
border-color css
<style>
span { border-color: #EAEAF1; }
span { border-color: rgb(234,234,241); }
td.TdClassName
{
border-color: #EAEAF1;
}
.TagClassName
{
border-color: #EAEAF1;
}
</style>