Shades of Lavender #ECE7FF
Tints of Lavender #ECE7FF
RGB
CMYK
RGB Variations
Color information
#ECE7FF (or 0xECE7FF) is known color: Lavender. HEX triplet: EC, E7 and FF. RGB value is (236,231,255). Sum of RGB (Red+Green+Blue) = 236+231+255=722 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.69% from 722); Green value is 231 (90.62% from 255 or 31.99% from 722); Blue value is 255 (100% from 255 or 35.32% from 722); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECE7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE7FF is #131800. Grayscale: #EBEBEB. Windows color (decimal): -1251329 or 16771052. OLE color: 16771052.
HSL color Cylindrical-coordinate representation of color #ECE7FF: hue angle of 252.5º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECE7FF is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 231 | 255 | - |
| CMYK | 0.07 | 0.09 | 0 | 0 |
| HSL | 252.5º | 1% | 0.95% | - |
| HSV(B) | 252.5º | 0.09% | 1% | - |
| XYZ | 81.22 | 82.2 | 106.19 | - |
| YUV | 235.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 255 | 0.07 | 0.09 | 0 | 0 | 252.5 | 1 | 0.95 |
| Hex | EC | E7 | FF | 7 | 9 | 0 | 0 | FD | 64 | 5F |
| Octal | 354 | 347 | 377 | 7 | 11 | 0 | 0 | 375 | 144 | 137 |
| Binary | 11101100 | 11100111 | 11111111 | 111 | 1001 | 0 | 0 | 11111101 | 1100100 | 1011111 |
Color Harmonies of #ECE7FF
Complementary color
Monochromatic Colors of #ECE7FF
Black with #ECE7FF
Text Example
Text Example
White with #ECE7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7FF; }
p { color: rgb(236,231,255); }
H1.HeaderClassName
{
color: #ECE7FF;
}
.AnyTagClassName
{
color: #ECE7FF;
}
</style>
background-color css
<style>
a { background-color: #ECE7FF; }
a { background-color: rgb(236,231,255); }
div.DivClassName
{
background-color: #ECE7FF;
}
.BgClassName
{
background-color: #ECE7FF;
}
</style>
border-color css
<style>
span { border-color: #ECE7FF; }
span { border-color: rgb(236,231,255); }
td.TdClassName
{
border-color: #ECE7FF;
}
.TagClassName
{
border-color: #ECE7FF;
}
</style>