Shades of Lavender #EAEAEF
Tints of Lavender #EAEAEF
RGB
CMYK
RGB Variations
Color information
#EAEAEF (or 0xEAEAEF) is known color: Lavender. HEX triplet: EA, EA and EF. RGB value is (234,234,239). Sum of RGB (Red+Green+Blue) = 234+234+239=707 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.10% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAEAEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAEF is #151510. Grayscale: #EAEAEA. Windows color (decimal): -1381649 or 15723242. OLE color: 15723242.
HSL color Cylindrical-coordinate representation of color #EAEAEF: hue angle of 240º degrees, saturation: 0.14, 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 #EAEAEF is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 234 | 234 | 239 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.06 |
| HSL | 240º | 0.14% | 0.93% | - |
| HSV(B) | 240º | 0.02% | 0.94% | - |
| XYZ | 78.93 | 82.57 | 93.44 | - |
| YUV | 234.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 239 | 0.02 | 0.02 | 0 | 0.06 | 240 | 0.14 | 0.93 |
| Hex | EA | EA | EF | 2 | 2 | 0 | 6 | F0 | E | 5D |
| Octal | 352 | 352 | 357 | 2 | 2 | 0 | 6 | 360 | 16 | 135 |
| Binary | 11101010 | 11101010 | 11101111 | 10 | 10 | 0 | 110 | 11110000 | 1110 | 1011101 |
Color Harmonies of #EAEAEF
Complementary color
Monochromatic Colors of #EAEAEF
Black with #EAEAEF
Text Example
Text Example
White with #EAEAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAEF; }
p { color: rgb(234,234,239); }
H1.HeaderClassName
{
color: #EAEAEF;
}
.AnyTagClassName
{
color: #EAEAEF;
}
</style>
background-color css
<style>
a { background-color: #EAEAEF; }
a { background-color: rgb(234,234,239); }
div.DivClassName
{
background-color: #EAEAEF;
}
.BgClassName
{
background-color: #EAEAEF;
}
</style>
border-color css
<style>
span { border-color: #EAEAEF; }
span { border-color: rgb(234,234,239); }
td.TdClassName
{
border-color: #EAEAEF;
}
.TagClassName
{
border-color: #EAEAEF;
}
</style>