Shades of Lavender #ECEAFA
Tints of Lavender #ECEAFA
RGB
CMYK
RGB Variations
Color information
#ECEAFA (or 0xECEAFA) is known color: Lavender. HEX triplet: EC, EA and FA. RGB value is (236,234,250). Sum of RGB (Red+Green+Blue) = 236+234+250=720 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.78% from 720); Green value is 234 (91.80% from 255 or 32.5% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECEAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEAFA is #131505. Grayscale: #ECECEC. Windows color (decimal): -1250566 or 16444140. OLE color: 16444140.
HSL color Cylindrical-coordinate representation of color #ECEAFA: hue angle of 247.5º degrees, saturation: 0.62, 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 #ECEAFA is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 234 | 250 | - |
CMYK | 0.06 | 0.06 | 0 | 0.02 |
HSL | 247.5º | 0.62% | 0.95% | - |
HSV(B) | 247.5º | 0.06% | 0.98% | - |
XYZ | 81.27 | 83.58 | 102.29 | - |
YUV | 236.42 | 135.66 | 127.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 250 | 0.06 | 0.06 | 0 | 0.02 | 247.5 | 0.62 | 0.95 |
Hex | EC | EA | FA | 6 | 6 | 0 | 2 | F8 | 3E | 5F |
Octal | 354 | 352 | 372 | 6 | 6 | 0 | 2 | 370 | 76 | 137 |
Binary | 11101100 | 11101010 | 11111010 | 110 | 110 | 0 | 10 | 11111000 | 111110 | 1011111 |
Color Harmonies of #ECEAFA
Complementary color
Monochromatic Colors of #ECEAFA
Black with #ECEAFA
Text Example
Text Example
White with #ECEAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAFA; }
p { color: rgb(236,234,250); }
H1.HeaderClassName
{
color: #ECEAFA;
}
.AnyTagClassName
{
color: #ECEAFA;
}
</style>
background-color css
<style>
a { background-color: #ECEAFA; }
a { background-color: rgb(236,234,250); }
div.DivClassName
{
background-color: #ECEAFA;
}
.BgClassName
{
background-color: #ECEAFA;
}
</style>
border-color css
<style>
span { border-color: #ECEAFA; }
span { border-color: rgb(236,234,250); }
td.TdClassName
{
border-color: #ECEAFA;
}
.TagClassName
{
border-color: #ECEAFA;
}
</style>