Shades of Lavender #EBEDFD
Tints of Lavender #EBEDFD
RGB
CMYK
RGB Variations
Color information
#EBEDFD (or 0xEBEDFD) is known color: Lavender. HEX triplet: EB, ED and FD. RGB value is (235,237,253). Sum of RGB (Red+Green+Blue) = 235+237+253=725 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.41% from 725); Green value is 237 (92.97% from 255 or 32.69% from 725); Blue value is 253 (99.22% from 255 or 34.90% from 725); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBEDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEDFD is #141202. Grayscale: #EEEEEE. Windows color (decimal): -1315331 or 16641515. OLE color: 16641515.
HSL color Cylindrical-coordinate representation of color #EBEDFD: hue angle of 233.33º degrees, saturation: 0.82, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBEDFD is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 237 | 253 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.01 |
| HSL | 233.33º | 0.82% | 0.96% | - |
| HSV(B) | 233.33º | 0.07% | 0.99% | - |
| XYZ | 82.27 | 85.32 | 105.06 | - |
| YUV | 238.23 | 136.34 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 253 | 0.07 | 0.06 | 0 | 0.01 | 233.33 | 0.82 | 0.96 |
| Hex | EB | ED | FD | 7 | 6 | 0 | 1 | E9 | 52 | 60 |
| Octal | 353 | 355 | 375 | 7 | 6 | 0 | 1 | 351 | 122 | 140 |
| Binary | 11101011 | 11101101 | 11111101 | 111 | 110 | 0 | 1 | 11101001 | 1010010 | 1100000 |
Color Harmonies of #EBEDFD
Complementary color
Monochromatic Colors of #EBEDFD
Black with #EBEDFD
Text Example
Text Example
White with #EBEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEDFD; }
p { color: rgb(235,237,253); }
H1.HeaderClassName
{
color: #EBEDFD;
}
.AnyTagClassName
{
color: #EBEDFD;
}
</style>
background-color css
<style>
a { background-color: #EBEDFD; }
a { background-color: rgb(235,237,253); }
div.DivClassName
{
background-color: #EBEDFD;
}
.BgClassName
{
background-color: #EBEDFD;
}
</style>
border-color css
<style>
span { border-color: #EBEDFD; }
span { border-color: rgb(235,237,253); }
td.TdClassName
{
border-color: #EBEDFD;
}
.TagClassName
{
border-color: #EBEDFD;
}
</style>