Shades of Lavender #EBEAFC
Tints of Lavender #EBEAFC
RGB
CMYK
RGB Variations
Color information
#EBEAFC (or 0xEBEAFC) is known color: Lavender. HEX triplet: EB, EA and FC. RGB value is (235,234,252). Sum of RGB (Red+Green+Blue) = 235+234+252=721 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.59% from 721); Green value is 234 (91.80% from 255 or 32.45% from 721); Blue value is 252 (98.83% from 255 or 34.95% from 721); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBEAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAFC is #141503. Grayscale: #ECECEC. Windows color (decimal): -1316100 or 16575211. OLE color: 16575211.
HSL color Cylindrical-coordinate representation of color #EBEAFC: hue angle of 243.33º degrees, saturation: 0.75, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBEAFC is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 234 | 252 | - |
| CMYK | 0.07 | 0.07 | 0 | 0.01 |
| HSL | 243.33º | 0.75% | 0.95% | - |
| HSV(B) | 243.33º | 0.07% | 0.99% | - |
| XYZ | 81.25 | 83.54 | 103.94 | - |
| YUV | 236.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 234 | 252 | 0.07 | 0.07 | 0 | 0.01 | 243.33 | 0.75 | 0.95 |
| Hex | EB | EA | FC | 7 | 7 | 0 | 1 | F3 | 4B | 5F |
| Octal | 353 | 352 | 374 | 7 | 7 | 0 | 1 | 363 | 113 | 137 |
| Binary | 11101011 | 11101010 | 11111100 | 111 | 111 | 0 | 1 | 11110011 | 1001011 | 1011111 |
Color Harmonies of #EBEAFC
Complementary color
Monochromatic Colors of #EBEAFC
Black with #EBEAFC
Text Example
Text Example
White with #EBEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAFC; }
p { color: rgb(235,234,252); }
H1.HeaderClassName
{
color: #EBEAFC;
}
.AnyTagClassName
{
color: #EBEAFC;
}
</style>
background-color css
<style>
a { background-color: #EBEAFC; }
a { background-color: rgb(235,234,252); }
div.DivClassName
{
background-color: #EBEAFC;
}
.BgClassName
{
background-color: #EBEAFC;
}
</style>
border-color css
<style>
span { border-color: #EBEAFC; }
span { border-color: rgb(235,234,252); }
td.TdClassName
{
border-color: #EBEAFC;
}
.TagClassName
{
border-color: #EBEAFC;
}
</style>