Shades of Lavender #ECEBF7
Tints of Lavender #ECEBF7
RGB
CMYK
RGB Variations
Color information
#ECEBF7 (or 0xECEBF7) is known color: Lavender. HEX triplet: EC, EB and F7. RGB value is (236,235,247). Sum of RGB (Red+Green+Blue) = 236+235+247=718 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.87% from 718); Green value is 235 (92.19% from 255 or 32.73% from 718); Blue value is 247 (96.88% from 255 or 34.40% from 718); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECEBF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEBF7 is #131408. Grayscale: #ECECEC. Windows color (decimal): -1250313 or 16247788. OLE color: 16247788.
HSL color Cylindrical-coordinate representation of color #ECEBF7: hue angle of 245º degrees, saturation: 0.43, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #ECEBF7 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 236 | 235 | 247 | - |
CMYK | 0.04 | 0.05 | 0 | 0.03 |
HSL | 245º | 0.43% | 0.95% | - |
HSV(B) | 245º | 0.05% | 0.97% | - |
XYZ | 81.09 | 83.96 | 99.93 | - |
YUV | 236.67 | 133.83 | 127.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 235 | 247 | 0.04 | 0.05 | 0 | 0.03 | 245 | 0.43 | 0.95 |
Hex | EC | EB | F7 | 4 | 5 | 0 | 3 | F5 | 2B | 5F |
Octal | 354 | 353 | 367 | 4 | 5 | 0 | 3 | 365 | 53 | 137 |
Binary | 11101100 | 11101011 | 11110111 | 100 | 101 | 0 | 11 | 11110101 | 101011 | 1011111 |
Color Harmonies of #ECEBF7
Complementary color
Monochromatic Colors of #ECEBF7
Black with #ECEBF7
Text Example
Text Example
White with #ECEBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEBF7; }
p { color: rgb(236,235,247); }
H1.HeaderClassName
{
color: #ECEBF7;
}
.AnyTagClassName
{
color: #ECEBF7;
}
</style>
background-color css
<style>
a { background-color: #ECEBF7; }
a { background-color: rgb(236,235,247); }
div.DivClassName
{
background-color: #ECEBF7;
}
.BgClassName
{
background-color: #ECEBF7;
}
</style>
border-color css
<style>
span { border-color: #ECEBF7; }
span { border-color: rgb(236,235,247); }
td.TdClassName
{
border-color: #ECEBF7;
}
.TagClassName
{
border-color: #ECEBF7;
}
</style>