Shades of Lavender #EAEAF2
Tints of Lavender #EAEAF2
RGB
CMYK
RGB Variations
Color information
#EAEAF2 (or 0xEAEAF2) is known color: Lavender. HEX triplet: EA, EA and F2. RGB value is (234,234,242). Sum of RGB (Red+Green+Blue) = 234+234+242=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 242 (94.92% from 255 or 34.08% from 710); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAEAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAF2 is #15150D. Grayscale: #EAEAEA. Windows color (decimal): -1381646 or 15919850. OLE color: 15919850.
HSL color Cylindrical-coordinate representation of color #EAEAF2: hue angle of 240º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAEAF2 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 234 | 242 | - |
CMYK | 0.03 | 0.03 | 0 | 0.05 |
HSL | 240º | 0.24% | 0.93% | - |
HSV(B) | 240º | 0.03% | 0.95% | - |
XYZ | 79.38 | 82.75 | 95.79 | - |
YUV | 234.91 | 132 | 127.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 234 | 242 | 0.03 | 0.03 | 0 | 0.05 | 240 | 0.24 | 0.93 |
Hex | EA | EA | F2 | 3 | 3 | 0 | 5 | F0 | 18 | 5D |
Octal | 352 | 352 | 362 | 3 | 3 | 0 | 5 | 360 | 30 | 135 |
Binary | 11101010 | 11101010 | 11110010 | 11 | 11 | 0 | 101 | 11110000 | 11000 | 1011101 |
Color Harmonies of #EAEAF2
Complementary color
Monochromatic Colors of #EAEAF2
Black with #EAEAF2
Text Example
Text Example
White with #EAEAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAF2; }
p { color: rgb(234,234,242); }
H1.HeaderClassName
{
color: #EAEAF2;
}
.AnyTagClassName
{
color: #EAEAF2;
}
</style>
background-color css
<style>
a { background-color: #EAEAF2; }
a { background-color: rgb(234,234,242); }
div.DivClassName
{
background-color: #EAEAF2;
}
.BgClassName
{
background-color: #EAEAF2;
}
</style>
border-color css
<style>
span { border-color: #EAEAF2; }
span { border-color: rgb(234,234,242); }
td.TdClassName
{
border-color: #EAEAF2;
}
.TagClassName
{
border-color: #EAEAF2;
}
</style>