Shades of Lavender #EBEAFB
Tints of Lavender #EBEAFB
RGB
CMYK
RGB Variations
Color information
#EBEAFB (or 0xEBEAFB) is known color: Lavender. HEX triplet: EB, EA and FB. RGB value is (235,234,251). Sum of RGB (Red+Green+Blue) = 235+234+251=720 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.64% from 720); Green value is 234 (91.80% from 255 or 32.5% from 720); Blue value is 251 (98.44% from 255 or 34.86% from 720); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBEAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAFB is #141504. Grayscale: #ECECEC. Windows color (decimal): -1316101 or 16509675. OLE color: 16509675.
HSL color Cylindrical-coordinate representation of color #EBEAFB: hue angle of 243.53º degrees, saturation: 0.68, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBEAFB is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 235 | 234 | 251 | - |
CMYK | 0.06 | 0.07 | 0 | 0.02 |
HSL | 243.53º | 0.68% | 0.95% | - |
HSV(B) | 243.53º | 0.07% | 0.98% | - |
XYZ | 81.1 | 83.47 | 103.1 | - |
YUV | 236.24 | 136.33 | 127.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 234 | 251 | 0.06 | 0.07 | 0 | 0.02 | 243.53 | 0.68 | 0.95 |
Hex | EB | EA | FB | 6 | 7 | 0 | 2 | F4 | 44 | 5F |
Octal | 353 | 352 | 373 | 6 | 7 | 0 | 2 | 364 | 104 | 137 |
Binary | 11101011 | 11101010 | 11111011 | 110 | 111 | 0 | 10 | 11110100 | 1000100 | 1011111 |
Color Harmonies of #EBEAFB
Complementary color
Monochromatic Colors of #EBEAFB
Black with #EBEAFB
Text Example
Text Example
White with #EBEAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAFB; }
p { color: rgb(235,234,251); }
H1.HeaderClassName
{
color: #EBEAFB;
}
.AnyTagClassName
{
color: #EBEAFB;
}
</style>
background-color css
<style>
a { background-color: #EBEAFB; }
a { background-color: rgb(235,234,251); }
div.DivClassName
{
background-color: #EBEAFB;
}
.BgClassName
{
background-color: #EBEAFB;
}
</style>
border-color css
<style>
span { border-color: #EBEAFB; }
span { border-color: rgb(235,234,251); }
td.TdClassName
{
border-color: #EBEAFB;
}
.TagClassName
{
border-color: #EBEAFB;
}
</style>