Shades of Lavender #EBEBF2
Tints of Lavender #EBEBF2
RGB
CMYK
RGB Variations
Color information
#EBEBF2 (or 0xEBEBF2) is known color: Lavender. HEX triplet: EB, EB and F2. RGB value is (235,235,242). Sum of RGB (Red+Green+Blue) = 235+235+242=712 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.01% from 712); Green value is 235 (92.19% from 255 or 33.01% from 712); Blue value is 242 (94.92% from 255 or 33.99% from 712); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBEBF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBEBF2 is #14140D. Grayscale: #EBEBEB. Windows color (decimal): -1315854 or 15920107. OLE color: 15920107.
HSL color Cylindrical-coordinate representation of color #EBEBF2: hue angle of 240º degrees, saturation: 0.21, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EBEBF2 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 235 | 235 | 242 | - |
CMYK | 0.03 | 0.03 | 0 | 0.05 |
HSL | 240º | 0.21% | 0.94% | - |
HSV(B) | 240º | 0.03% | 0.95% | - |
XYZ | 80 | 83.49 | 95.9 | - |
YUV | 235.8 | 131.5 | 127.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 235 | 242 | 0.03 | 0.03 | 0 | 0.05 | 240 | 0.21 | 0.94 |
Hex | EB | EB | F2 | 3 | 3 | 0 | 5 | F0 | 15 | 5E |
Octal | 353 | 353 | 362 | 3 | 3 | 0 | 5 | 360 | 25 | 136 |
Binary | 11101011 | 11101011 | 11110010 | 11 | 11 | 0 | 101 | 11110000 | 10101 | 1011110 |
Color Harmonies of #EBEBF2
Complementary color
Monochromatic Colors of #EBEBF2
Black with #EBEBF2
Text Example
Text Example
White with #EBEBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEBF2; }
p { color: rgb(235,235,242); }
H1.HeaderClassName
{
color: #EBEBF2;
}
.AnyTagClassName
{
color: #EBEBF2;
}
</style>
background-color css
<style>
a { background-color: #EBEBF2; }
a { background-color: rgb(235,235,242); }
div.DivClassName
{
background-color: #EBEBF2;
}
.BgClassName
{
background-color: #EBEBF2;
}
</style>
border-color css
<style>
span { border-color: #EBEBF2; }
span { border-color: rgb(235,235,242); }
td.TdClassName
{
border-color: #EBEBF2;
}
.TagClassName
{
border-color: #EBEBF2;
}
</style>