Shades of Lavender #ECEAFE
Tints of Lavender #ECEAFE
RGB
CMYK
RGB Variations
Color information
#ECEAFE (or 0xECEAFE) is known color: Lavender. HEX triplet: EC, EA and FE. RGB value is (236,234,254). Sum of RGB (Red+Green+Blue) = 236+234+254=724 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.60% from 724); Green value is 234 (91.80% from 255 or 32.32% from 724); Blue value is 254 (99.61% from 255 or 35.08% from 724); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECEAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEAFE is #131501. Grayscale: #ECECEC. Windows color (decimal): -1250562 or 16706284. OLE color: 16706284.
HSL color Cylindrical-coordinate representation of color #ECEAFE: hue angle of 246º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECEAFE is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 234 | 254 | - |
CMYK | 0.07 | 0.08 | 0 | 0.00 |
HSL | 246º | 0.91% | 0.96% | - |
HSV(B) | 246º | 0.08% | 1% | - |
XYZ | 81.9 | 83.83 | 105.63 | - |
YUV | 236.88 | 137.66 | 127.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 254 | 0.07 | 0.08 | 0 | 0.00 | 246 | 0.91 | 0.96 |
Hex | EC | EA | FE | 7 | 8 | 0 | 0 | F6 | 5B | 60 |
Octal | 354 | 352 | 376 | 7 | 10 | 0 | 0 | 366 | 133 | 140 |
Binary | 11101100 | 11101010 | 11111110 | 111 | 1000 | 0 | 0 | 11110110 | 1011011 | 1100000 |
Color Harmonies of #ECEAFE
Complementary color
Monochromatic Colors of #ECEAFE
Black with #ECEAFE
Text Example
Text Example
White with #ECEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAFE; }
p { color: rgb(236,234,254); }
H1.HeaderClassName
{
color: #ECEAFE;
}
.AnyTagClassName
{
color: #ECEAFE;
}
</style>
background-color css
<style>
a { background-color: #ECEAFE; }
a { background-color: rgb(236,234,254); }
div.DivClassName
{
background-color: #ECEAFE;
}
.BgClassName
{
background-color: #ECEAFE;
}
</style>
border-color css
<style>
span { border-color: #ECEAFE; }
span { border-color: rgb(236,234,254); }
td.TdClassName
{
border-color: #ECEAFE;
}
.TagClassName
{
border-color: #ECEAFE;
}
</style>