Shades of Lavender #ECEAF8
Tints of Lavender #ECEAF8
RGB
CMYK
RGB Variations
Color information
#ECEAF8 (or 0xECEAF8) is known color: Lavender. HEX triplet: EC, EA and F8. RGB value is (236,234,248). Sum of RGB (Red+Green+Blue) = 236+234+248=718 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.87% from 718); Green value is 234 (91.80% from 255 or 32.59% from 718); Blue value is 248 (97.27% from 255 or 34.54% from 718); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECEAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEAF8 is #131507. Grayscale: #ECECEC. Windows color (decimal): -1250568 or 16313068. OLE color: 16313068.
HSL color Cylindrical-coordinate representation of color #ECEAF8: hue angle of 248.57º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECEAF8 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 236 | 234 | 248 | - |
CMYK | 0.05 | 0.06 | 0 | 0.03 |
HSL | 248.57º | 0.5% | 0.95% | - |
HSV(B) | 248.57º | 0.06% | 0.97% | - |
XYZ | 80.96 | 83.46 | 100.65 | - |
YUV | 236.19 | 134.66 | 127.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 248 | 0.05 | 0.06 | 0 | 0.03 | 248.57 | 0.5 | 0.95 |
Hex | EC | EA | F8 | 5 | 6 | 0 | 3 | F9 | 32 | 5F |
Octal | 354 | 352 | 370 | 5 | 6 | 0 | 3 | 371 | 62 | 137 |
Binary | 11101100 | 11101010 | 11111000 | 101 | 110 | 0 | 11 | 11111001 | 110010 | 1011111 |
Color Harmonies of #ECEAF8
Complementary color
Monochromatic Colors of #ECEAF8
Black with #ECEAF8
Text Example
Text Example
White with #ECEAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAF8; }
p { color: rgb(236,234,248); }
H1.HeaderClassName
{
color: #ECEAF8;
}
.AnyTagClassName
{
color: #ECEAF8;
}
</style>
background-color css
<style>
a { background-color: #ECEAF8; }
a { background-color: rgb(236,234,248); }
div.DivClassName
{
background-color: #ECEAF8;
}
.BgClassName
{
background-color: #ECEAF8;
}
</style>
border-color css
<style>
span { border-color: #ECEAF8; }
span { border-color: rgb(236,234,248); }
td.TdClassName
{
border-color: #ECEAF8;
}
.TagClassName
{
border-color: #ECEAF8;
}
</style>