Shades of Lavender #EAEEFE
Tints of Lavender #EAEEFE
RGB
CMYK
RGB Variations
Color information
#EAEEFE (or 0xEAEEFE) is known color: Lavender. HEX triplet: EA, EE and FE. RGB value is (234,238,254). Sum of RGB (Red+Green+Blue) = 234+238+254=726 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.23% from 726); Green value is 238 (93.36% from 255 or 32.78% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAEEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEEFE is #151101. Grayscale: #EEEEEE. Windows color (decimal): -1380610 or 16707306. OLE color: 16707306.
HSL color Cylindrical-coordinate representation of color #EAEEFE: hue angle of 228º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAEEFE is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 238 | 254 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.00 |
| HSL | 228º | 0.91% | 0.96% | - |
| HSV(B) | 228º | 0.08% | 1% | - |
| XYZ | 82.4 | 85.8 | 105.98 | - |
| YUV | 238.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 238 | 254 | 0.08 | 0.06 | 0 | 0.00 | 228 | 0.91 | 0.96 |
| Hex | EA | EE | FE | 8 | 6 | 0 | 0 | E4 | 5B | 60 |
| Octal | 352 | 356 | 376 | 10 | 6 | 0 | 0 | 344 | 133 | 140 |
| Binary | 11101010 | 11101110 | 11111110 | 1000 | 110 | 0 | 0 | 11100100 | 1011011 | 1100000 |
Color Harmonies of #EAEEFE
Complementary color
Monochromatic Colors of #EAEEFE
Black with #EAEEFE
Text Example
Text Example
White with #EAEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEEFE; }
p { color: rgb(234,238,254); }
H1.HeaderClassName
{
color: #EAEEFE;
}
.AnyTagClassName
{
color: #EAEEFE;
}
</style>
background-color css
<style>
a { background-color: #EAEEFE; }
a { background-color: rgb(234,238,254); }
div.DivClassName
{
background-color: #EAEEFE;
}
.BgClassName
{
background-color: #EAEEFE;
}
</style>
border-color css
<style>
span { border-color: #EAEEFE; }
span { border-color: rgb(234,238,254); }
td.TdClassName
{
border-color: #EAEEFE;
}
.TagClassName
{
border-color: #EAEEFE;
}
</style>