Shades of Lavender #ECECEF
Tints of Lavender #ECECEF
RGB
CMYK
RGB Variations
Color information
#ECECEF (or 0xECECEF) is known color: Lavender. HEX triplet: EC, EC and EF. RGB value is (236,236,239). Sum of RGB (Red+Green+Blue) = 236+236+239=711 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.19% from 711); Green value is 236 (92.58% from 255 or 33.19% from 711); Blue value is 239 (93.75% from 255 or 33.61% from 711); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECECEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECEF is #131310. Grayscale: #ECECEC. Windows color (decimal): -1250065 or 15723756. OLE color: 15723756.
HSL color Cylindrical-coordinate representation of color #ECECEF: hue angle of 240º degrees, saturation: 0.09, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ECECEF is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 236 | 239 | - |
CMYK | 0.01 | 0.01 | 0 | 0.06 |
HSL | 240º | 0.09% | 0.93% | - |
HSV(B) | 240º | 0.01% | 0.94% | - |
XYZ | 80.17 | 84.06 | 93.66 | - |
YUV | 236.34 | 129.5 | 127.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 239 | 0.01 | 0.01 | 0 | 0.06 | 240 | 0.09 | 0.93 |
Hex | EC | EC | EF | 1 | 1 | 0 | 6 | F0 | 9 | 5D |
Octal | 354 | 354 | 357 | 1 | 1 | 0 | 6 | 360 | 11 | 135 |
Binary | 11101100 | 11101100 | 11101111 | 1 | 1 | 0 | 110 | 11110000 | 1001 | 1011101 |
Color Harmonies of #ECECEF
Complementary color
Monochromatic Colors of #ECECEF
Black with #ECECEF
Text Example
Text Example
White with #ECECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECEF; }
p { color: rgb(236,236,239); }
H1.HeaderClassName
{
color: #ECECEF;
}
.AnyTagClassName
{
color: #ECECEF;
}
</style>
background-color css
<style>
a { background-color: #ECECEF; }
a { background-color: rgb(236,236,239); }
div.DivClassName
{
background-color: #ECECEF;
}
.BgClassName
{
background-color: #ECECEF;
}
</style>
border-color css
<style>
span { border-color: #ECECEF; }
span { border-color: rgb(236,236,239); }
td.TdClassName
{
border-color: #ECECEF;
}
.TagClassName
{
border-color: #ECECEF;
}
</style>