Shades of Lavender #ECEAF9
Tints of Lavender #ECEAF9
RGB
CMYK
RGB Variations
Color information
#ECEAF9 (or 0xECEAF9) is known color: Lavender. HEX triplet: EC, EA and F9. RGB value is (236,234,249). Sum of RGB (Red+Green+Blue) = 236+234+249=719 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.82% from 719); Green value is 234 (91.80% from 255 or 32.55% from 719); Blue value is 249 (97.66% from 255 or 34.63% from 719); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECEAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEAF9 is #131506. Grayscale: #ECECEC. Windows color (decimal): -1250567 or 16378604. OLE color: 16378604.
HSL color Cylindrical-coordinate representation of color #ECEAF9: hue angle of 248º degrees, saturation: 0.56, 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 #ECEAF9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 234 | 249 | - |
CMYK | 0.05 | 0.06 | 0 | 0.02 |
HSL | 248º | 0.56% | 0.95% | - |
HSV(B) | 248º | 0.06% | 0.98% | - |
XYZ | 81.11 | 83.52 | 101.47 | - |
YUV | 236.31 | 135.16 | 127.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 249 | 0.05 | 0.06 | 0 | 0.02 | 248 | 0.56 | 0.95 |
Hex | EC | EA | F9 | 5 | 6 | 0 | 2 | F8 | 38 | 5F |
Octal | 354 | 352 | 371 | 5 | 6 | 0 | 2 | 370 | 70 | 137 |
Binary | 11101100 | 11101010 | 11111001 | 101 | 110 | 0 | 10 | 11111000 | 111000 | 1011111 |
Color Harmonies of #ECEAF9
Complementary color
Monochromatic Colors of #ECEAF9
Black with #ECEAF9
Text Example
Text Example
White with #ECEAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAF9; }
p { color: rgb(236,234,249); }
H1.HeaderClassName
{
color: #ECEAF9;
}
.AnyTagClassName
{
color: #ECEAF9;
}
</style>
background-color css
<style>
a { background-color: #ECEAF9; }
a { background-color: rgb(236,234,249); }
div.DivClassName
{
background-color: #ECEAF9;
}
.BgClassName
{
background-color: #ECEAF9;
}
</style>
border-color css
<style>
span { border-color: #ECEAF9; }
span { border-color: rgb(236,234,249); }
td.TdClassName
{
border-color: #ECEAF9;
}
.TagClassName
{
border-color: #ECEAF9;
}
</style>