Shades of Lavender #EBE8F9
Tints of Lavender #EBE8F9
RGB
CMYK
RGB Variations
Color information
#EBE8F9 (or 0xEBE8F9) is known color: Lavender. HEX triplet: EB, E8 and F9. RGB value is (235,232,249). Sum of RGB (Red+Green+Blue) = 235+232+249=716 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.82% from 716); Green value is 232 (91.02% from 255 or 32.40% from 716); Blue value is 249 (97.66% from 255 or 34.78% from 716); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBE8F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBE8F9 is #141706. Grayscale: #EAEAEA. Windows color (decimal): -1316615 or 16378091. OLE color: 16378091.
HSL color Cylindrical-coordinate representation of color #EBE8F9: hue angle of 250.59º degrees, saturation: 0.59, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBE8F9 is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 235 | 232 | 249 | - |
CMYK | 0.06 | 0.07 | 0 | 0.02 |
HSL | 250.59º | 0.59% | 0.94% | - |
HSV(B) | 250.59º | 0.07% | 0.98% | - |
XYZ | 80.22 | 82.21 | 101.26 | - |
YUV | 234.84 | 135.99 | 128.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 232 | 249 | 0.06 | 0.07 | 0 | 0.02 | 250.59 | 0.59 | 0.94 |
Hex | EB | E8 | F9 | 6 | 7 | 0 | 2 | FB | 3B | 5E |
Octal | 353 | 350 | 371 | 6 | 7 | 0 | 2 | 373 | 73 | 136 |
Binary | 11101011 | 11101000 | 11111001 | 110 | 111 | 0 | 10 | 11111011 | 111011 | 1011110 |
Color Harmonies of #EBE8F9
Complementary color
Monochromatic Colors of #EBE8F9
Black with #EBE8F9
Text Example
Text Example
White with #EBE8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE8F9; }
p { color: rgb(235,232,249); }
H1.HeaderClassName
{
color: #EBE8F9;
}
.AnyTagClassName
{
color: #EBE8F9;
}
</style>
background-color css
<style>
a { background-color: #EBE8F9; }
a { background-color: rgb(235,232,249); }
div.DivClassName
{
background-color: #EBE8F9;
}
.BgClassName
{
background-color: #EBE8F9;
}
</style>
border-color css
<style>
span { border-color: #EBE8F9; }
span { border-color: rgb(235,232,249); }
td.TdClassName
{
border-color: #EBE8F9;
}
.TagClassName
{
border-color: #EBE8F9;
}
</style>