Shades of Lavender #ECEAF4
Tints of Lavender #ECEAF4
RGB
CMYK
RGB Variations
Color information
#ECEAF4 (or 0xECEAF4) is known color: Lavender. HEX triplet: EC, EA and F4. RGB value is (236,234,244). Sum of RGB (Red+Green+Blue) = 236+234+244=714 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.05% from 714); Green value is 234 (91.80% from 255 or 32.77% from 714); Blue value is 244 (95.70% from 255 or 34.17% from 714); Max value from RGB is 244 - color contains mainly: blue. Hex color #ECEAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECEAF4 is #13150B. Grayscale: #EBEBEB. Windows color (decimal): -1250572 or 16050924. OLE color: 16050924.
HSL color Cylindrical-coordinate representation of color #ECEAF4: hue angle of 252º degrees, saturation: 0.31, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECEAF4 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 236 | 234 | 244 | - |
CMYK | 0.03 | 0.04 | 0 | 0.04 |
HSL | 252º | 0.31% | 0.94% | - |
HSV(B) | 252º | 0.04% | 0.96% | - |
XYZ | 80.34 | 83.21 | 97.41 | - |
YUV | 235.74 | 132.66 | 128.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 234 | 244 | 0.03 | 0.04 | 0 | 0.04 | 252 | 0.31 | 0.94 |
Hex | EC | EA | F4 | 3 | 4 | 0 | 4 | FC | 1F | 5E |
Octal | 354 | 352 | 364 | 3 | 4 | 0 | 4 | 374 | 37 | 136 |
Binary | 11101100 | 11101010 | 11110100 | 11 | 100 | 0 | 100 | 11111100 | 11111 | 1011110 |
Color Harmonies of #ECEAF4
Complementary color
Monochromatic Colors of #ECEAF4
Black with #ECEAF4
Text Example
Text Example
White with #ECEAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEAF4; }
p { color: rgb(236,234,244); }
H1.HeaderClassName
{
color: #ECEAF4;
}
.AnyTagClassName
{
color: #ECEAF4;
}
</style>
background-color css
<style>
a { background-color: #ECEAF4; }
a { background-color: rgb(236,234,244); }
div.DivClassName
{
background-color: #ECEAF4;
}
.BgClassName
{
background-color: #ECEAF4;
}
</style>
border-color css
<style>
span { border-color: #ECEAF4; }
span { border-color: rgb(236,234,244); }
td.TdClassName
{
border-color: #ECEAF4;
}
.TagClassName
{
border-color: #ECEAF4;
}
</style>