Shades of Lavender #EBEAF9
Tints of Lavender #EBEAF9
RGB
CMYK
RGB Variations
Color information
#EBEAF9 (or 0xEBEAF9) is known color: Lavender. HEX triplet: EB, EA and F9. RGB value is (235,234,249). Sum of RGB (Red+Green+Blue) = 235+234+249=718 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.73% from 718); Green value is 234 (91.80% from 255 or 32.59% from 718); Blue value is 249 (97.66% from 255 or 34.68% from 718); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBEAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAF9 is #141506. Grayscale: #EBEBEB. Windows color (decimal): -1316103 or 16378603. OLE color: 16378603.
HSL color Cylindrical-coordinate representation of color #EBEAF9: hue angle of 244º degrees, saturation: 0.56, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EBEAF9 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 235 | 234 | 249 | - |
CMYK | 0.06 | 0.06 | 0 | 0.02 |
HSL | 244º | 0.56% | 0.95% | - |
HSV(B) | 244º | 0.06% | 0.98% | - |
XYZ | 80.78 | 83.35 | 101.45 | - |
YUV | 236.01 | 135.33 | 127.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 234 | 249 | 0.06 | 0.06 | 0 | 0.02 | 244 | 0.56 | 0.95 |
Hex | EB | EA | F9 | 6 | 6 | 0 | 2 | F4 | 38 | 5F |
Octal | 353 | 352 | 371 | 6 | 6 | 0 | 2 | 364 | 70 | 137 |
Binary | 11101011 | 11101010 | 11111001 | 110 | 110 | 0 | 10 | 11110100 | 111000 | 1011111 |
Color Harmonies of #EBEAF9
Complementary color
Monochromatic Colors of #EBEAF9
Black with #EBEAF9
Text Example
Text Example
White with #EBEAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAF9; }
p { color: rgb(235,234,249); }
H1.HeaderClassName
{
color: #EBEAF9;
}
.AnyTagClassName
{
color: #EBEAF9;
}
</style>
background-color css
<style>
a { background-color: #EBEAF9; }
a { background-color: rgb(235,234,249); }
div.DivClassName
{
background-color: #EBEAF9;
}
.BgClassName
{
background-color: #EBEAF9;
}
</style>
border-color css
<style>
span { border-color: #EBEAF9; }
span { border-color: rgb(235,234,249); }
td.TdClassName
{
border-color: #EBEAF9;
}
.TagClassName
{
border-color: #EBEAF9;
}
</style>