Shades of Lavender #EBEEFE
Tints of Lavender #EBEEFE
RGB
CMYK
RGB Variations
Color information
#EBEEFE (or 0xEBEEFE) is known color: Lavender. HEX triplet: EB, EE and FE. RGB value is (235,238,254). Sum of RGB (Red+Green+Blue) = 235+238+254=727 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.32% from 727); Green value is 238 (93.36% from 255 or 32.74% from 727); Blue value is 254 (99.61% from 255 or 34.94% from 727); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBEEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEEFE is #141101. Grayscale: #EEEEEE. Windows color (decimal): -1315074 or 16707307. OLE color: 16707307.
HSL color Cylindrical-coordinate representation of color #EBEEFE: hue angle of 230.53º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBEEFE is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 238 | 254 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.00 |
| HSL | 230.53º | 0.9% | 0.96% | - |
| HSV(B) | 230.53º | 0.07% | 1% | - |
| XYZ | 82.72 | 85.97 | 106 | - |
| YUV | 238.93 | 136.51 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 238 | 254 | 0.07 | 0.06 | 0 | 0.00 | 230.53 | 0.9 | 0.96 |
| Hex | EB | EE | FE | 7 | 6 | 0 | 0 | E7 | 5A | 60 |
| Octal | 353 | 356 | 376 | 7 | 6 | 0 | 0 | 347 | 132 | 140 |
| Binary | 11101011 | 11101110 | 11111110 | 111 | 110 | 0 | 0 | 11100111 | 1011010 | 1100000 |
Color Harmonies of #EBEEFE
Complementary color
Monochromatic Colors of #EBEEFE
Black with #EBEEFE
Text Example
Text Example
White with #EBEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEEFE; }
p { color: rgb(235,238,254); }
H1.HeaderClassName
{
color: #EBEEFE;
}
.AnyTagClassName
{
color: #EBEEFE;
}
</style>
background-color css
<style>
a { background-color: #EBEEFE; }
a { background-color: rgb(235,238,254); }
div.DivClassName
{
background-color: #EBEEFE;
}
.BgClassName
{
background-color: #EBEEFE;
}
</style>
border-color css
<style>
span { border-color: #EBEEFE; }
span { border-color: rgb(235,238,254); }
td.TdClassName
{
border-color: #EBEEFE;
}
.TagClassName
{
border-color: #EBEEFE;
}
</style>