Shades of Lavender #ECEDFF
Tints of Lavender #ECEDFF
RGB
CMYK
RGB Variations
Color information
#ECEDFF (or 0xECEDFF) is known color: Lavender. HEX triplet: EC, ED and FF. RGB value is (236,237,255). Sum of RGB (Red+Green+Blue) = 236+237+255=728 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.42% from 728); Green value is 237 (92.97% from 255 or 32.55% from 728); Blue value is 255 (100% from 255 or 35.03% from 728); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECEDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEDFF is #131200. Grayscale: #EEEEEE. Windows color (decimal): -1249793 or 16772588. OLE color: 16772588.
HSL color Cylindrical-coordinate representation of color #ECEDFF: hue angle of 236.84º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECEDFF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 237 | 255 | - |
| CMYK | 0.07 | 0.07 | 0 | 0 |
| HSL | 236.84º | 1% | 0.96% | - |
| HSV(B) | 236.84º | 0.07% | 1% | - |
| XYZ | 82.93 | 85.62 | 106.76 | - |
| YUV | 238.75 | 137.17 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 255 | 0.07 | 0.07 | 0 | 0 | 236.84 | 1 | 0.96 |
| Hex | EC | ED | FF | 7 | 7 | 0 | 0 | ED | 64 | 60 |
| Octal | 354 | 355 | 377 | 7 | 7 | 0 | 0 | 355 | 144 | 140 |
| Binary | 11101100 | 11101101 | 11111111 | 111 | 111 | 0 | 0 | 11101101 | 1100100 | 1100000 |
Color Harmonies of #ECEDFF
Complementary color
Monochromatic Colors of #ECEDFF
Black with #ECEDFF
Text Example
Text Example
White with #ECEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEDFF; }
p { color: rgb(236,237,255); }
H1.HeaderClassName
{
color: #ECEDFF;
}
.AnyTagClassName
{
color: #ECEDFF;
}
</style>
background-color css
<style>
a { background-color: #ECEDFF; }
a { background-color: rgb(236,237,255); }
div.DivClassName
{
background-color: #ECEDFF;
}
.BgClassName
{
background-color: #ECEDFF;
}
</style>
border-color css
<style>
span { border-color: #ECEDFF; }
span { border-color: rgb(236,237,255); }
td.TdClassName
{
border-color: #ECEDFF;
}
.TagClassName
{
border-color: #ECEDFF;
}
</style>