Shades of Lavender #EAEAF6
Tints of Lavender #EAEAF6
RGB
CMYK
RGB Variations
Color information
#EAEAF6 (or 0xEAEAF6) is known color: Lavender. HEX triplet: EA, EA and F6. RGB value is (234,234,246). Sum of RGB (Red+Green+Blue) = 234+234+246=714 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.77% from 714); Green value is 234 (91.80% from 255 or 32.77% from 714); Blue value is 246 (96.48% from 255 or 34.45% from 714); Max value from RGB is 246 - color contains mainly: blue. Hex color #EAEAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAF6 is #151509. Grayscale: #EBEBEB. Windows color (decimal): -1381642 or 16181994. OLE color: 16181994.
HSL color Cylindrical-coordinate representation of color #EAEAF6: hue angle of 240º degrees, saturation: 0.4, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAEAF6 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 234 | 246 | - |
CMYK | 0.05 | 0.05 | 0 | 0.04 |
HSL | 240º | 0.4% | 0.94% | - |
HSV(B) | 240º | 0.05% | 0.96% | - |
XYZ | 79.99 | 82.99 | 98.99 | - |
YUV | 235.37 | 134 | 127.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 234 | 246 | 0.05 | 0.05 | 0 | 0.04 | 240 | 0.4 | 0.94 |
Hex | EA | EA | F6 | 5 | 5 | 0 | 4 | F0 | 28 | 5E |
Octal | 352 | 352 | 366 | 5 | 5 | 0 | 4 | 360 | 50 | 136 |
Binary | 11101010 | 11101010 | 11110110 | 101 | 101 | 0 | 100 | 11110000 | 101000 | 1011110 |
Color Harmonies of #EAEAF6
Complementary color
Monochromatic Colors of #EAEAF6
Black with #EAEAF6
Text Example
Text Example
White with #EAEAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAF6; }
p { color: rgb(234,234,246); }
H1.HeaderClassName
{
color: #EAEAF6;
}
.AnyTagClassName
{
color: #EAEAF6;
}
</style>
background-color css
<style>
a { background-color: #EAEAF6; }
a { background-color: rgb(234,234,246); }
div.DivClassName
{
background-color: #EAEAF6;
}
.BgClassName
{
background-color: #EAEAF6;
}
</style>
border-color css
<style>
span { border-color: #EAEAF6; }
span { border-color: rgb(234,234,246); }
td.TdClassName
{
border-color: #EAEAF6;
}
.TagClassName
{
border-color: #EAEAF6;
}
</style>