Shades of Lavender #ECECFF
Tints of Lavender #ECECFF
RGB
CMYK
RGB Variations
Color information
#ECECFF (or 0xECECFF) is known color: Lavender. HEX triplet: EC, EC and FF. RGB value is (236,236,255). Sum of RGB (Red+Green+Blue) = 236+236+255=727 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.46% from 727); Green value is 236 (92.58% from 255 or 32.46% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECECFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECFF is #131300. Grayscale: #EEEEEE. Windows color (decimal): -1250049 or 16772332. OLE color: 16772332.
HSL color Cylindrical-coordinate representation of color #ECECFF: hue angle of 240º 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 #ECECFF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 236 | 236 | 255 | - |
CMYK | 0.07 | 0.07 | 0 | 0 |
HSL | 240º | 1% | 0.96% | - |
HSV(B) | 240º | 0.07% | 1% | - |
XYZ | 82.64 | 85.04 | 106.67 | - |
YUV | 238.17 | 137.5 | 126.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 255 | 0.07 | 0.07 | 0 | 0 | 240 | 1 | 0.96 |
Hex | EC | EC | FF | 7 | 7 | 0 | 0 | F0 | 64 | 60 |
Octal | 354 | 354 | 377 | 7 | 7 | 0 | 0 | 360 | 144 | 140 |
Binary | 11101100 | 11101100 | 11111111 | 111 | 111 | 0 | 0 | 11110000 | 1100100 | 1100000 |
Color Harmonies of #ECECFF
Complementary color
Monochromatic Colors of #ECECFF
Black with #ECECFF
Text Example
Text Example
White with #ECECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECFF; }
p { color: rgb(236,236,255); }
H1.HeaderClassName
{
color: #ECECFF;
}
.AnyTagClassName
{
color: #ECECFF;
}
</style>
background-color css
<style>
a { background-color: #ECECFF; }
a { background-color: rgb(236,236,255); }
div.DivClassName
{
background-color: #ECECFF;
}
.BgClassName
{
background-color: #ECECFF;
}
</style>
border-color css
<style>
span { border-color: #ECECFF; }
span { border-color: rgb(236,236,255); }
td.TdClassName
{
border-color: #ECECFF;
}
.TagClassName
{
border-color: #ECECFF;
}
</style>