Shades of Lavender #EAEAF0
Tints of Lavender #EAEAF0
RGB
CMYK
RGB Variations
Color information
#EAEAF0 (or 0xEAEAF0) is known color: Lavender. HEX triplet: EA, EA and F0. RGB value is (234,234,240). Sum of RGB (Red+Green+Blue) = 234+234+240=708 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.05% from 708); Green value is 234 (91.80% from 255 or 33.05% from 708); Blue value is 240 (94.14% from 255 or 33.90% from 708); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAEAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAF0 is #15150F. Grayscale: #EAEAEA. Windows color (decimal): -1381648 or 15788778. OLE color: 15788778.
HSL color Cylindrical-coordinate representation of color #EAEAF0: hue angle of 240º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EAEAF0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 234 | 234 | 240 | - |
CMYK | 0.02 | 0.02 | 0 | 0.06 |
HSL | 240º | 0.17% | 0.93% | - |
HSV(B) | 240º | 0.02% | 0.94% | - |
XYZ | 79.08 | 82.63 | 94.22 | - |
YUV | 234.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 234 | 240 | 0.02 | 0.02 | 0 | 0.06 | 240 | 0.17 | 0.93 |
Hex | EA | EA | F0 | 2 | 2 | 0 | 6 | F0 | 11 | 5D |
Octal | 352 | 352 | 360 | 2 | 2 | 0 | 6 | 360 | 21 | 135 |
Binary | 11101010 | 11101010 | 11110000 | 10 | 10 | 0 | 110 | 11110000 | 10001 | 1011101 |
Color Harmonies of #EAEAF0
Complementary color
Monochromatic Colors of #EAEAF0
Black with #EAEAF0
Text Example
Text Example
White with #EAEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAF0; }
p { color: rgb(234,234,240); }
H1.HeaderClassName
{
color: #EAEAF0;
}
.AnyTagClassName
{
color: #EAEAF0;
}
</style>
background-color css
<style>
a { background-color: #EAEAF0; }
a { background-color: rgb(234,234,240); }
div.DivClassName
{
background-color: #EAEAF0;
}
.BgClassName
{
background-color: #EAEAF0;
}
</style>
border-color css
<style>
span { border-color: #EAEAF0; }
span { border-color: rgb(234,234,240); }
td.TdClassName
{
border-color: #EAEAF0;
}
.TagClassName
{
border-color: #EAEAF0;
}
</style>