Shades of Lavender #EBEAFF
Tints of Lavender #EBEAFF
RGB
CMYK
RGB Variations
Color information
#EBEAFF (or 0xEBEAFF) is known color: Lavender. HEX triplet: EB, EA and FF. RGB value is (235,234,255). Sum of RGB (Red+Green+Blue) = 235+234+255=724 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.46% from 724); Green value is 234 (91.80% from 255 or 32.32% from 724); Blue value is 255 (100% from 255 or 35.22% from 724); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBEAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAFF is #141500. Grayscale: #ECECEC. Windows color (decimal): -1316097 or 16771819. OLE color: 16771819.
HSL color Cylindrical-coordinate representation of color #EBEAFF: hue angle of 242.86º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBEAFF is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 234 | 255 | - |
| CMYK | 0.08 | 0.08 | 0 | 0 |
| HSL | 242.86º | 1% | 0.96% | - |
| HSV(B) | 242.86º | 0.08% | 1% | - |
| XYZ | 81.73 | 83.73 | 106.46 | - |
| YUV | 236.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 255 | 0.08 | 0.08 | 0 | 0 | 242.86 | 1 | 0.96 |
| Hex | EB | EA | FF | 8 | 8 | 0 | 0 | F3 | 64 | 60 |
| Octal | 353 | 352 | 377 | 10 | 10 | 0 | 0 | 363 | 144 | 140 |
| Binary | 11101011 | 11101010 | 11111111 | 1000 | 1000 | 0 | 0 | 11110011 | 1100100 | 1100000 |
Color Harmonies of #EBEAFF
Complementary color
Monochromatic Colors of #EBEAFF
Black with #EBEAFF
Text Example
Text Example
White with #EBEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAFF; }
p { color: rgb(235,234,255); }
H1.HeaderClassName
{
color: #EBEAFF;
}
.AnyTagClassName
{
color: #EBEAFF;
}
</style>
background-color css
<style>
a { background-color: #EBEAFF; }
a { background-color: rgb(235,234,255); }
div.DivClassName
{
background-color: #EBEAFF;
}
.BgClassName
{
background-color: #EBEAFF;
}
</style>
border-color css
<style>
span { border-color: #EBEAFF; }
span { border-color: rgb(235,234,255); }
td.TdClassName
{
border-color: #EBEAFF;
}
.TagClassName
{
border-color: #EBEAFF;
}
</style>