Shades of Lavender #EBEAF1
Tints of Lavender #EBEAF1
RGB
CMYK
RGB Variations
Color information
#EBEAF1 (or 0xEBEAF1) is known color: Lavender. HEX triplet: EB, EA and F1. RGB value is (235,234,241). Sum of RGB (Red+Green+Blue) = 235+234+241=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 241 (94.53% from 255 or 33.94% from 710); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBEAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAF1 is #14150E. Grayscale: #EBEBEB. Windows color (decimal): -1316111 or 15854315. OLE color: 15854315.
HSL color Cylindrical-coordinate representation of color #EBEAF1: hue angle of 248.57º degrees, saturation: 0.2, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBEAF1 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 235 | 234 | 241 | - |
CMYK | 0.02 | 0.03 | 0 | 0.05 |
HSL | 248.57º | 0.2% | 0.93% | - |
HSV(B) | 248.57º | 0.03% | 0.95% | - |
XYZ | 79.56 | 82.86 | 95.02 | - |
YUV | 235.1 | 131.33 | 127.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 234 | 241 | 0.02 | 0.03 | 0 | 0.05 | 248.57 | 0.2 | 0.93 |
Hex | EB | EA | F1 | 2 | 3 | 0 | 5 | F9 | 14 | 5D |
Octal | 353 | 352 | 361 | 2 | 3 | 0 | 5 | 371 | 24 | 135 |
Binary | 11101011 | 11101010 | 11110001 | 10 | 11 | 0 | 101 | 11111001 | 10100 | 1011101 |
Color Harmonies of #EBEAF1
Complementary color
Monochromatic Colors of #EBEAF1
Black with #EBEAF1
Text Example
Text Example
White with #EBEAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAF1; }
p { color: rgb(235,234,241); }
H1.HeaderClassName
{
color: #EBEAF1;
}
.AnyTagClassName
{
color: #EBEAF1;
}
</style>
background-color css
<style>
a { background-color: #EBEAF1; }
a { background-color: rgb(235,234,241); }
div.DivClassName
{
background-color: #EBEAF1;
}
.BgClassName
{
background-color: #EBEAF1;
}
</style>
border-color css
<style>
span { border-color: #EBEAF1; }
span { border-color: rgb(235,234,241); }
td.TdClassName
{
border-color: #EBEAF1;
}
.TagClassName
{
border-color: #EBEAF1;
}
</style>