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