Shades of Lavender #EAEAF3
Tints of Lavender #EAEAF3
RGB
CMYK
RGB Variations
Color information
#EAEAF3 (or 0xEAEAF3) is known color: Lavender. HEX triplet: EA, EA and F3. RGB value is (234,234,243). Sum of RGB (Red+Green+Blue) = 234+234+243=711 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.91% from 711); Green value is 234 (91.80% from 255 or 32.91% from 711); Blue value is 243 (95.31% from 255 or 34.18% from 711); Max value from RGB is 243 - color contains mainly: blue. Hex color #EAEAF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAF3 is #15150C. Grayscale: #EAEAEA. Windows color (decimal): -1381645 or 15985386. OLE color: 15985386.
HSL color Cylindrical-coordinate representation of color #EAEAF3: hue angle of 240º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAEAF3 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 234 | 243 | - |
CMYK | 0.04 | 0.04 | 0 | 0.05 |
HSL | 240º | 0.27% | 0.94% | - |
HSV(B) | 240º | 0.04% | 0.95% | - |
XYZ | 79.53 | 82.81 | 96.59 | - |
YUV | 235.03 | 132.5 | 127.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 234 | 243 | 0.04 | 0.04 | 0 | 0.05 | 240 | 0.27 | 0.94 |
Hex | EA | EA | F3 | 4 | 4 | 0 | 5 | F0 | 1B | 5E |
Octal | 352 | 352 | 363 | 4 | 4 | 0 | 5 | 360 | 33 | 136 |
Binary | 11101010 | 11101010 | 11110011 | 100 | 100 | 0 | 101 | 11110000 | 11011 | 1011110 |
Color Harmonies of #EAEAF3
Complementary color
Monochromatic Colors of #EAEAF3
Black with #EAEAF3
Text Example
Text Example
White with #EAEAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAF3; }
p { color: rgb(234,234,243); }
H1.HeaderClassName
{
color: #EAEAF3;
}
.AnyTagClassName
{
color: #EAEAF3;
}
</style>
background-color css
<style>
a { background-color: #EAEAF3; }
a { background-color: rgb(234,234,243); }
div.DivClassName
{
background-color: #EAEAF3;
}
.BgClassName
{
background-color: #EAEAF3;
}
</style>
border-color css
<style>
span { border-color: #EAEAF3; }
span { border-color: rgb(234,234,243); }
td.TdClassName
{
border-color: #EAEAF3;
}
.TagClassName
{
border-color: #EAEAF3;
}
</style>