Shades of Lavender #EBEBED
Tints of Lavender #EBEBED
RGB
CMYK
RGB Variations
Color information
#EBEBED (or 0xEBEBED) is known color: Lavender. HEX triplet: EB, EB and ED. RGB value is (235,235,237). Sum of RGB (Red+Green+Blue) = 235+235+237=707 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.24% from 707); Green value is 235 (92.19% from 255 or 33.24% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBEBED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEBED is #141412. Grayscale: #EBEBEB. Windows color (decimal): -1315859 or 15592427. OLE color: 15592427.
HSL color Cylindrical-coordinate representation of color #EBEBED: hue angle of 240º degrees, saturation: 0.05, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EBEBED is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 235 | 237 | - |
CMYK | 0.01 | 0.01 | 0 | 0.07 |
HSL | 240º | 0.05% | 0.93% | - |
HSV(B) | 240º | 0.01% | 0.93% | - |
XYZ | 79.26 | 83.19 | 92 | - |
YUV | 235.23 | 129 | 127.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 235 | 237 | 0.01 | 0.01 | 0 | 0.07 | 240 | 0.05 | 0.93 |
Hex | EB | EB | ED | 1 | 1 | 0 | 7 | F0 | 5 | 5D |
Octal | 353 | 353 | 355 | 1 | 1 | 0 | 7 | 360 | 5 | 135 |
Binary | 11101011 | 11101011 | 11101101 | 1 | 1 | 0 | 111 | 11110000 | 101 | 1011101 |
Color Harmonies of #EBEBED
Complementary color
Monochromatic Colors of #EBEBED
Black with #EBEBED
Text Example
Text Example
White with #EBEBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEBED; }
p { color: rgb(235,235,237); }
H1.HeaderClassName
{
color: #EBEBED;
}
.AnyTagClassName
{
color: #EBEBED;
}
</style>
background-color css
<style>
a { background-color: #EBEBED; }
a { background-color: rgb(235,235,237); }
div.DivClassName
{
background-color: #EBEBED;
}
.BgClassName
{
background-color: #EBEBED;
}
</style>
border-color css
<style>
span { border-color: #EBEBED; }
span { border-color: rgb(235,235,237); }
td.TdClassName
{
border-color: #EBEBED;
}
.TagClassName
{
border-color: #EBEBED;
}
</style>