Shades of Lavender #ECECFA
Tints of Lavender #ECECFA
RGB
CMYK
RGB Variations
Color information
#ECECFA (or 0xECECFA) is known color: Lavender. HEX triplet: EC, EC and FA. RGB value is (236,236,250). Sum of RGB (Red+Green+Blue) = 236+236+250=722 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.69% from 722); Green value is 236 (92.58% from 255 or 32.69% from 722); Blue value is 250 (98.05% from 255 or 34.63% from 722); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECECFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECECFA is #131305. Grayscale: #EDEDED. Windows color (decimal): -1250054 or 16444652. OLE color: 16444652.
HSL color Cylindrical-coordinate representation of color #ECECFA: hue angle of 240º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECECFA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 236 | 250 | - |
CMYK | 0.06 | 0.06 | 0 | 0.02 |
HSL | 240º | 0.58% | 0.95% | - |
HSV(B) | 240º | 0.06% | 0.98% | - |
XYZ | 81.84 | 84.73 | 102.48 | - |
YUV | 237.6 | 135 | 126.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 250 | 0.06 | 0.06 | 0 | 0.02 | 240 | 0.58 | 0.95 |
Hex | EC | EC | FA | 6 | 6 | 0 | 2 | F0 | 3A | 5F |
Octal | 354 | 354 | 372 | 6 | 6 | 0 | 2 | 360 | 72 | 137 |
Binary | 11101100 | 11101100 | 11111010 | 110 | 110 | 0 | 10 | 11110000 | 111010 | 1011111 |
Color Harmonies of #ECECFA
Complementary color
Monochromatic Colors of #ECECFA
Black with #ECECFA
Text Example
Text Example
White with #ECECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECECFA; }
p { color: rgb(236,236,250); }
H1.HeaderClassName
{
color: #ECECFA;
}
.AnyTagClassName
{
color: #ECECFA;
}
</style>
background-color css
<style>
a { background-color: #ECECFA; }
a { background-color: rgb(236,236,250); }
div.DivClassName
{
background-color: #ECECFA;
}
.BgClassName
{
background-color: #ECECFA;
}
</style>
border-color css
<style>
span { border-color: #ECECFA; }
span { border-color: rgb(236,236,250); }
td.TdClassName
{
border-color: #ECECFA;
}
.TagClassName
{
border-color: #ECECFA;
}
</style>