Shades of Lavender #EBEBEC
Tints of Lavender #EBEBEC
RGB
CMYK
RGB Variations
Color information
#EBEBEC (or 0xEBEBEC) is known color: Lavender. HEX triplet: EB, EB and EC. RGB value is (235,235,236). Sum of RGB (Red+Green+Blue) = 235+235+236=706 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.29% from 706); Green value is 235 (92.19% from 255 or 33.29% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBEBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEBEC is #141413. Grayscale: #EBEBEB. Windows color (decimal): -1315860 or 15526891. OLE color: 15526891.
HSL color Cylindrical-coordinate representation of color #EBEBEC: hue angle of 240º degrees, saturation: 0.03, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0%. Process color model (Four color, CMYK) of #EBEBEC is Cyan = 0.00, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 235 | 236 | - |
CMYK | 0.00 | 0.00 | 0 | 0.07 |
HSL | 240º | 0.03% | 0.92% | - |
HSV(B) | 240º | 0% | 0.93% | - |
XYZ | 79.11 | 83.13 | 91.23 | - |
YUV | 235.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 235 | 236 | 0.00 | 0.00 | 0 | 0.07 | 240 | 0.03 | 0.92 |
Hex | EB | EB | EC | 0 | 0 | 0 | 7 | F0 | 3 | 5C |
Octal | 353 | 353 | 354 | 0 | 0 | 0 | 7 | 360 | 3 | 134 |
Binary | 11101011 | 11101011 | 11101100 | 0 | 0 | 0 | 111 | 11110000 | 11 | 1011100 |
Color Harmonies of #EBEBEC
Complementary color
Monochromatic Colors of #EBEBEC
Black with #EBEBEC
Text Example
Text Example
White with #EBEBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEBEC; }
p { color: rgb(235,235,236); }
H1.HeaderClassName
{
color: #EBEBEC;
}
.AnyTagClassName
{
color: #EBEBEC;
}
</style>
background-color css
<style>
a { background-color: #EBEBEC; }
a { background-color: rgb(235,235,236); }
div.DivClassName
{
background-color: #EBEBEC;
}
.BgClassName
{
background-color: #EBEBEC;
}
</style>
border-color css
<style>
span { border-color: #EBEBEC; }
span { border-color: rgb(235,235,236); }
td.TdClassName
{
border-color: #EBEBEC;
}
.TagClassName
{
border-color: #EBEBEC;
}
</style>