Shades of Lavender #EAEAF7
Tints of Lavender #EAEAF7
RGB
CMYK
RGB Variations
Color information
#EAEAF7 (or 0xEAEAF7) is known color: Lavender. HEX triplet: EA, EA and F7. RGB value is (234,234,247). Sum of RGB (Red+Green+Blue) = 234+234+247=715 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.73% from 715); Green value is 234 (91.80% from 255 or 32.73% from 715); Blue value is 247 (96.88% from 255 or 34.55% from 715); Max value from RGB is 247 - color contains mainly: blue. Hex color #EAEAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAF7 is #151508. Grayscale: #EBEBEB. Windows color (decimal): -1381641 or 16247530. OLE color: 16247530.
HSL color Cylindrical-coordinate representation of color #EAEAF7: hue angle of 240º degrees, saturation: 0.45, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAEAF7 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 234 | 234 | 247 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.03 |
| HSL | 240º | 0.45% | 0.94% | - |
| HSV(B) | 240º | 0.05% | 0.97% | - |
| XYZ | 80.14 | 83.05 | 99.8 | - |
| YUV | 235.48 | 134.5 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 247 | 0.05 | 0.05 | 0 | 0.03 | 240 | 0.45 | 0.94 |
| Hex | EA | EA | F7 | 5 | 5 | 0 | 3 | F0 | 2D | 5E |
| Octal | 352 | 352 | 367 | 5 | 5 | 0 | 3 | 360 | 55 | 136 |
| Binary | 11101010 | 11101010 | 11110111 | 101 | 101 | 0 | 11 | 11110000 | 101101 | 1011110 |
Color Harmonies of #EAEAF7
Complementary color
Monochromatic Colors of #EAEAF7
Black with #EAEAF7
Text Example
Text Example
White with #EAEAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAF7; }
p { color: rgb(234,234,247); }
H1.HeaderClassName
{
color: #EAEAF7;
}
.AnyTagClassName
{
color: #EAEAF7;
}
</style>
background-color css
<style>
a { background-color: #EAEAF7; }
a { background-color: rgb(234,234,247); }
div.DivClassName
{
background-color: #EAEAF7;
}
.BgClassName
{
background-color: #EAEAF7;
}
</style>
border-color css
<style>
span { border-color: #EAEAF7; }
span { border-color: rgb(234,234,247); }
td.TdClassName
{
border-color: #EAEAF7;
}
.TagClassName
{
border-color: #EAEAF7;
}
</style>