Shades of Lavender #EBEDFC
Tints of Lavender #EBEDFC
RGB
CMYK
RGB Variations
Color information
#EBEDFC (or 0xEBEDFC) is known color: Lavender. HEX triplet: EB, ED and FC. RGB value is (235,237,252). Sum of RGB (Red+Green+Blue) = 235+237+252=724 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.46% from 724); Green value is 237 (92.97% from 255 or 32.73% from 724); Blue value is 252 (98.83% from 255 or 34.81% from 724); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBEDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDFC is #141203. Grayscale: #EEEEEE. Windows color (decimal): -1315332 or 16575979. OLE color: 16575979.
HSL color Cylindrical-coordinate representation of color #EBEDFC: hue angle of 232.94º degrees, saturation: 0.74, 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 #EBEDFC is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 237 | 252 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.01 |
| HSL | 232.94º | 0.74% | 0.95% | - |
| HSV(B) | 232.94º | 0.07% | 0.99% | - |
| XYZ | 82.12 | 85.26 | 104.22 | - |
| YUV | 238.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 252 | 0.07 | 0.06 | 0 | 0.01 | 232.94 | 0.74 | 0.95 |
| Hex | EB | ED | FC | 7 | 6 | 0 | 1 | E9 | 4A | 5F |
| Octal | 353 | 355 | 374 | 7 | 6 | 0 | 1 | 351 | 112 | 137 |
| Binary | 11101011 | 11101101 | 11111100 | 111 | 110 | 0 | 1 | 11101001 | 1001010 | 1011111 |
Color Harmonies of #EBEDFC
Complementary color
Monochromatic Colors of #EBEDFC
Black with #EBEDFC
Text Example
Text Example
White with #EBEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDFC; }
p { color: rgb(235,237,252); }
H1.HeaderClassName
{
color: #EBEDFC;
}
.AnyTagClassName
{
color: #EBEDFC;
}
</style>
background-color css
<style>
a { background-color: #EBEDFC; }
a { background-color: rgb(235,237,252); }
div.DivClassName
{
background-color: #EBEDFC;
}
.BgClassName
{
background-color: #EBEDFC;
}
</style>
border-color css
<style>
span { border-color: #EBEDFC; }
span { border-color: rgb(235,237,252); }
td.TdClassName
{
border-color: #EBEDFC;
}
.TagClassName
{
border-color: #EBEDFC;
}
</style>