Shades of Lavender #EAEAEE
Tints of Lavender #EAEAEE
RGB
CMYK
RGB Variations
Color information
#EAEAEE (or 0xEAEAEE) is known color: Lavender. HEX triplet: EA, EA and EE. RGB value is (234,234,238). Sum of RGB (Red+Green+Blue) = 234+234+238=706 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.14% from 706); Green value is 234 (91.80% from 255 or 33.14% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAEAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAEE is #151511. Grayscale: #EAEAEA. Windows color (decimal): -1381650 or 15657706. OLE color: 15657706.
HSL color Cylindrical-coordinate representation of color #EAEAEE: hue angle of 240º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EAEAEE is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 234 | 238 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.07 |
| HSL | 240º | 0.11% | 0.93% | - |
| HSV(B) | 240º | 0.02% | 0.93% | - |
| XYZ | 78.79 | 82.51 | 92.66 | - |
| YUV | 234.46 | 130 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 234 | 238 | 0.02 | 0.02 | 0 | 0.07 | 240 | 0.11 | 0.93 |
| Hex | EA | EA | EE | 2 | 2 | 0 | 7 | F0 | B | 5D |
| Octal | 352 | 352 | 356 | 2 | 2 | 0 | 7 | 360 | 13 | 135 |
| Binary | 11101010 | 11101010 | 11101110 | 10 | 10 | 0 | 111 | 11110000 | 1011 | 1011101 |
Color Harmonies of #EAEAEE
Complementary color
Monochromatic Colors of #EAEAEE
Black with #EAEAEE
Text Example
Text Example
White with #EAEAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEAEE; }
p { color: rgb(234,234,238); }
H1.HeaderClassName
{
color: #EAEAEE;
}
.AnyTagClassName
{
color: #EAEAEE;
}
</style>
background-color css
<style>
a { background-color: #EAEAEE; }
a { background-color: rgb(234,234,238); }
div.DivClassName
{
background-color: #EAEAEE;
}
.BgClassName
{
background-color: #EAEAEE;
}
</style>
border-color css
<style>
span { border-color: #EAEAEE; }
span { border-color: rgb(234,234,238); }
td.TdClassName
{
border-color: #EAEAEE;
}
.TagClassName
{
border-color: #EAEAEE;
}
</style>