Shades of Lavender #ECEFFC
Tints of Lavender #ECEFFC
RGB
CMYK
RGB Variations
Color information
#ECEFFC (or 0xECEFFC) is known color: Lavender. HEX triplet: EC, EF and FC. RGB value is (236,239,252). Sum of RGB (Red+Green+Blue) = 236+239+252=727 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.46% from 727); Green value is 239 (93.75% from 255 or 32.87% from 727); Blue value is 252 (98.83% from 255 or 34.66% from 727); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECEFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEFFC is #131003. Grayscale: #EFEFEF. Windows color (decimal): -1249284 or 16576492. OLE color: 16576492.
HSL color Cylindrical-coordinate representation of color #ECEFFC: hue angle of 228.75º 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 #ECEFFC is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 239 | 252 | - |
CMYK | 0.06 | 0.05 | 0 | 0.01 |
HSL | 228.75º | 0.73% | 0.96% | - |
HSV(B) | 228.75º | 0.06% | 0.99% | - |
XYZ | 83.03 | 86.59 | 104.43 | - |
YUV | 239.59 | 135.01 | 125.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 239 | 252 | 0.06 | 0.05 | 0 | 0.01 | 228.75 | 0.73 | 0.96 |
Hex | EC | EF | FC | 6 | 5 | 0 | 1 | E5 | 49 | 60 |
Octal | 354 | 357 | 374 | 6 | 5 | 0 | 1 | 345 | 111 | 140 |
Binary | 11101100 | 11101111 | 11111100 | 110 | 101 | 0 | 1 | 11100101 | 1001001 | 1100000 |
Color Harmonies of #ECEFFC
Complementary color
Monochromatic Colors of #ECEFFC
Black with #ECEFFC
Text Example
Text Example
White with #ECEFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEFFC; }
p { color: rgb(236,239,252); }
H1.HeaderClassName
{
color: #ECEFFC;
}
.AnyTagClassName
{
color: #ECEFFC;
}
</style>
background-color css
<style>
a { background-color: #ECEFFC; }
a { background-color: rgb(236,239,252); }
div.DivClassName
{
background-color: #ECEFFC;
}
.BgClassName
{
background-color: #ECEFFC;
}
</style>
border-color css
<style>
span { border-color: #ECEFFC; }
span { border-color: rgb(236,239,252); }
td.TdClassName
{
border-color: #ECEFFC;
}
.TagClassName
{
border-color: #ECEFFC;
}
</style>