Shades of Lavender #EBEAF0
Tints of Lavender #EBEAF0
RGB
CMYK
RGB Variations
Color information
#EBEAF0 (or 0xEBEAF0) is known color: Lavender. HEX triplet: EB, EA and F0. RGB value is (235,234,240). Sum of RGB (Red+Green+Blue) = 235+234+240=709 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.15% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 240 (94.14% from 255 or 33.85% from 709); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBEAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAF0 is #14150F. Grayscale: #EAEAEA. Windows color (decimal): -1316112 or 15788779. OLE color: 15788779.
HSL color Cylindrical-coordinate representation of color #EBEAF0: hue angle of 250º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBEAF0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 234 | 240 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.06 |
| HSL | 250º | 0.17% | 0.93% | - |
| HSV(B) | 250º | 0.02% | 0.94% | - |
| XYZ | 79.41 | 82.8 | 94.23 | - |
| YUV | 234.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 240 | 0.02 | 0.02 | 0 | 0.06 | 250 | 0.17 | 0.93 |
| Hex | EB | EA | F0 | 2 | 2 | 0 | 6 | FA | 11 | 5D |
| Octal | 353 | 352 | 360 | 2 | 2 | 0 | 6 | 372 | 21 | 135 |
| Binary | 11101011 | 11101010 | 11110000 | 10 | 10 | 0 | 110 | 11111010 | 10001 | 1011101 |
Color Harmonies of #EBEAF0
Complementary color
Monochromatic Colors of #EBEAF0
Black with #EBEAF0
Text Example
Text Example
White with #EBEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAF0; }
p { color: rgb(235,234,240); }
H1.HeaderClassName
{
color: #EBEAF0;
}
.AnyTagClassName
{
color: #EBEAF0;
}
</style>
background-color css
<style>
a { background-color: #EBEAF0; }
a { background-color: rgb(235,234,240); }
div.DivClassName
{
background-color: #EBEAF0;
}
.BgClassName
{
background-color: #EBEAF0;
}
</style>
border-color css
<style>
span { border-color: #EBEAF0; }
span { border-color: rgb(235,234,240); }
td.TdClassName
{
border-color: #EBEAF0;
}
.TagClassName
{
border-color: #EBEAF0;
}
</style>