Shades of Lavender #EAEBFE
Tints of Lavender #EAEBFE
RGB
CMYK
RGB Variations
Color information
#EAEBFE (or 0xEAEBFE) is known color: Lavender. HEX triplet: EA, EB and FE. RGB value is (234,235,254). Sum of RGB (Red+Green+Blue) = 234+235+254=723 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.37% from 723); Green value is 235 (92.19% from 255 or 32.50% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAEBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEBFE is #151401. Grayscale: #ECECEC. Windows color (decimal): -1381378 or 16706538. OLE color: 16706538.
HSL color Cylindrical-coordinate representation of color #EAEBFE: hue angle of 237º 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 #EAEBFE is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 234 | 235 | 254 | - |
| CMYK | 0.08 | 0.07 | 0 | 0.00 |
| HSL | 237º | 0.91% | 0.96% | - |
| HSV(B) | 237º | 0.08% | 1% | - |
| XYZ | 81.53 | 84.06 | 105.7 | - |
| YUV | 236.87 | 137.67 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 235 | 254 | 0.08 | 0.07 | 0 | 0.00 | 237 | 0.91 | 0.96 |
| Hex | EA | EB | FE | 8 | 7 | 0 | 0 | ED | 5B | 60 |
| Octal | 352 | 353 | 376 | 10 | 7 | 0 | 0 | 355 | 133 | 140 |
| Binary | 11101010 | 11101011 | 11111110 | 1000 | 111 | 0 | 0 | 11101101 | 1011011 | 1100000 |
Color Harmonies of #EAEBFE
Complementary color
Monochromatic Colors of #EAEBFE
Black with #EAEBFE
Text Example
Text Example
White with #EAEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEBFE; }
p { color: rgb(234,235,254); }
H1.HeaderClassName
{
color: #EAEBFE;
}
.AnyTagClassName
{
color: #EAEBFE;
}
</style>
background-color css
<style>
a { background-color: #EAEBFE; }
a { background-color: rgb(234,235,254); }
div.DivClassName
{
background-color: #EAEBFE;
}
.BgClassName
{
background-color: #EAEBFE;
}
</style>
border-color css
<style>
span { border-color: #EAEBFE; }
span { border-color: rgb(234,235,254); }
td.TdClassName
{
border-color: #EAEBFE;
}
.TagClassName
{
border-color: #EAEBFE;
}
</style>