Shades of Lavender #ECEEFF
Tints of Lavender #ECEEFF
RGB
CMYK
RGB Variations
Color information
#ECEEFF (or 0xECEEFF) is known color: Lavender. HEX triplet: EC, EE and FF. RGB value is (236,238,255). Sum of RGB (Red+Green+Blue) = 236+238+255=729 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.37% from 729); Green value is 238 (93.36% from 255 or 32.65% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECEEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEEFF is #131100. Grayscale: #EFEFEF. Windows color (decimal): -1249537 or 16772844. OLE color: 16772844.
HSL color Cylindrical-coordinate representation of color #ECEEFF: hue angle of 233.68º 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 #ECEEFF is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 238 | 255 | - |
| CMYK | 0.07 | 0.07 | 0 | 0 |
| HSL | 233.68º | 1% | 0.96% | - |
| HSV(B) | 233.68º | 0.07% | 1% | - |
| XYZ | 83.22 | 86.2 | 106.86 | - |
| YUV | 239.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 238 | 255 | 0.07 | 0.07 | 0 | 0 | 233.68 | 1 | 0.96 |
| Hex | EC | EE | FF | 7 | 7 | 0 | 0 | EA | 64 | 60 |
| Octal | 354 | 356 | 377 | 7 | 7 | 0 | 0 | 352 | 144 | 140 |
| Binary | 11101100 | 11101110 | 11111111 | 111 | 111 | 0 | 0 | 11101010 | 1100100 | 1100000 |
Color Harmonies of #ECEEFF
Complementary color
Monochromatic Colors of #ECEEFF
Black with #ECEEFF
Text Example
Text Example
White with #ECEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEEFF; }
p { color: rgb(236,238,255); }
H1.HeaderClassName
{
color: #ECEEFF;
}
.AnyTagClassName
{
color: #ECEEFF;
}
</style>
background-color css
<style>
a { background-color: #ECEEFF; }
a { background-color: rgb(236,238,255); }
div.DivClassName
{
background-color: #ECEEFF;
}
.BgClassName
{
background-color: #ECEEFF;
}
</style>
border-color css
<style>
span { border-color: #ECEEFF; }
span { border-color: rgb(236,238,255); }
td.TdClassName
{
border-color: #ECEEFF;
}
.TagClassName
{
border-color: #ECEEFF;
}
</style>