Shades of Lavender #EAE8F2
Tints of Lavender #EAE8F2
RGB
CMYK
RGB Variations
Color information
#EAE8F2 (or 0xEAE8F2) is known color: Lavender. HEX triplet: EA, E8 and F2. RGB value is (234,232,242). Sum of RGB (Red+Green+Blue) = 234+232+242=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 232 (91.02% from 255 or 32.77% from 708); Blue value is 242 (94.92% from 255 or 34.18% from 708); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAE8F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE8F2 is #15170D. Grayscale: #E9E9E9. Windows color (decimal): -1382158 or 15919338. OLE color: 15919338.
HSL color Cylindrical-coordinate representation of color #EAE8F2: hue angle of 252º degrees, saturation: 0.28, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAE8F2 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 232 | 242 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.05 |
| HSL | 252º | 0.28% | 0.93% | - |
| HSV(B) | 252º | 0.04% | 0.95% | - |
| XYZ | 78.82 | 81.62 | 95.6 | - |
| YUV | 233.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 232 | 242 | 0.03 | 0.04 | 0 | 0.05 | 252 | 0.28 | 0.93 |
| Hex | EA | E8 | F2 | 3 | 4 | 0 | 5 | FC | 1C | 5D |
| Octal | 352 | 350 | 362 | 3 | 4 | 0 | 5 | 374 | 34 | 135 |
| Binary | 11101010 | 11101000 | 11110010 | 11 | 100 | 0 | 101 | 11111100 | 11100 | 1011101 |
Color Harmonies of #EAE8F2
Complementary color
Monochromatic Colors of #EAE8F2
Black with #EAE8F2
Text Example
Text Example
White with #EAE8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE8F2; }
p { color: rgb(234,232,242); }
H1.HeaderClassName
{
color: #EAE8F2;
}
.AnyTagClassName
{
color: #EAE8F2;
}
</style>
background-color css
<style>
a { background-color: #EAE8F2; }
a { background-color: rgb(234,232,242); }
div.DivClassName
{
background-color: #EAE8F2;
}
.BgClassName
{
background-color: #EAE8F2;
}
</style>
border-color css
<style>
span { border-color: #EAE8F2; }
span { border-color: rgb(234,232,242); }
td.TdClassName
{
border-color: #EAE8F2;
}
.TagClassName
{
border-color: #EAE8F2;
}
</style>