Shades of Lavender #ECEEFC
Tints of Lavender #ECEEFC
RGB
CMYK
RGB Variations
Color information
#ECEEFC (or 0xECEEFC) is known color: Lavender. HEX triplet: EC, EE and FC. RGB value is (236,238,252). Sum of RGB (Red+Green+Blue) = 236+238+252=726 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.51% from 726); Green value is 238 (93.36% from 255 or 32.78% from 726); Blue value is 252 (98.83% from 255 or 34.71% from 726); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECEEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEEFC is #131103. Grayscale: #EEEEEE. Windows color (decimal): -1249540 or 16576236. OLE color: 16576236.
HSL color Cylindrical-coordinate representation of color #ECEEFC: hue angle of 232.5º degrees, saturation: 0.73, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECEEFC is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 238 | 252 | - |
CMYK | 0.06 | 0.06 | 0 | 0.01 |
HSL | 232.5º | 0.73% | 0.96% | - |
HSV(B) | 232.5º | 0.06% | 0.99% | - |
XYZ | 82.74 | 86.01 | 104.34 | - |
YUV | 239 | 135.34 | 125.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 238 | 252 | 0.06 | 0.06 | 0 | 0.01 | 232.5 | 0.73 | 0.96 |
Hex | EC | EE | FC | 6 | 6 | 0 | 1 | E8 | 49 | 60 |
Octal | 354 | 356 | 374 | 6 | 6 | 0 | 1 | 350 | 111 | 140 |
Binary | 11101100 | 11101110 | 11111100 | 110 | 110 | 0 | 1 | 11101000 | 1001001 | 1100000 |
Color Harmonies of #ECEEFC
Complementary color
Monochromatic Colors of #ECEEFC
Black with #ECEEFC
Text Example
Text Example
White with #ECEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEEFC; }
p { color: rgb(236,238,252); }
H1.HeaderClassName
{
color: #ECEEFC;
}
.AnyTagClassName
{
color: #ECEEFC;
}
</style>
background-color css
<style>
a { background-color: #ECEEFC; }
a { background-color: rgb(236,238,252); }
div.DivClassName
{
background-color: #ECEEFC;
}
.BgClassName
{
background-color: #ECEEFC;
}
</style>
border-color css
<style>
span { border-color: #ECEEFC; }
span { border-color: rgb(236,238,252); }
td.TdClassName
{
border-color: #ECEEFC;
}
.TagClassName
{
border-color: #ECEEFC;
}
</style>