Shades of Lavender #EBEAEE
Tints of Lavender #EBEAEE
RGB
CMYK
RGB Variations
Color information
#EBEAEE (or 0xEBEAEE) is known color: Lavender. HEX triplet: EB, EA and EE. RGB value is (235,234,238). Sum of RGB (Red+Green+Blue) = 235+234+238=707 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.24% from 707); Green value is 234 (91.80% from 255 or 33.10% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBEAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEAEE is #141511. Grayscale: #EAEAEA. Windows color (decimal): -1316114 or 15657707. OLE color: 15657707.
HSL color Cylindrical-coordinate representation of color #EBEAEE: hue angle of 255º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBEAEE is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 234 | 238 | - |
CMYK | 0.01 | 0.02 | 0 | 0.07 |
HSL | 255º | 0.11% | 0.93% | - |
HSV(B) | 255º | 0.02% | 0.93% | - |
XYZ | 79.12 | 82.68 | 92.68 | - |
YUV | 234.76 | 129.83 | 128.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 234 | 238 | 0.01 | 0.02 | 0 | 0.07 | 255 | 0.11 | 0.93 |
Hex | EB | EA | EE | 1 | 2 | 0 | 7 | FF | B | 5D |
Octal | 353 | 352 | 356 | 1 | 2 | 0 | 7 | 377 | 13 | 135 |
Binary | 11101011 | 11101010 | 11101110 | 1 | 10 | 0 | 111 | 11111111 | 1011 | 1011101 |
Color Harmonies of #EBEAEE
Complementary color
Monochromatic Colors of #EBEAEE
Black with #EBEAEE
Text Example
Text Example
White with #EBEAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEAEE; }
p { color: rgb(235,234,238); }
H1.HeaderClassName
{
color: #EBEAEE;
}
.AnyTagClassName
{
color: #EBEAEE;
}
</style>
background-color css
<style>
a { background-color: #EBEAEE; }
a { background-color: rgb(235,234,238); }
div.DivClassName
{
background-color: #EBEAEE;
}
.BgClassName
{
background-color: #EBEAEE;
}
</style>
border-color css
<style>
span { border-color: #EBEAEE; }
span { border-color: rgb(235,234,238); }
td.TdClassName
{
border-color: #EBEAEE;
}
.TagClassName
{
border-color: #EBEAEE;
}
</style>