Shades of Lavender #ECE8FC
Tints of Lavender #ECE8FC
RGB
CMYK
RGB Variations
Color information
#ECE8FC (or 0xECE8FC) is known color: Lavender. HEX triplet: EC, E8 and FC. RGB value is (236,232,252). Sum of RGB (Red+Green+Blue) = 236+232+252=720 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.78% from 720); Green value is 232 (91.02% from 255 or 32.22% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECE8FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE8FC is #131703. Grayscale: #EBEBEB. Windows color (decimal): -1251076 or 16574700. OLE color: 16574700.
HSL color Cylindrical-coordinate representation of color #ECE8FC: hue angle of 252º degrees, saturation: 0.77, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECE8FC is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 232 | 252 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.01 |
| HSL | 252º | 0.77% | 0.95% | - |
| HSV(B) | 252º | 0.08% | 0.99% | - |
| XYZ | 81.02 | 82.57 | 103.76 | - |
| YUV | 235.48 | 137.33 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 252 | 0.06 | 0.08 | 0 | 0.01 | 252 | 0.77 | 0.95 |
| Hex | EC | E8 | FC | 6 | 8 | 0 | 1 | FC | 4D | 5F |
| Octal | 354 | 350 | 374 | 6 | 10 | 0 | 1 | 374 | 115 | 137 |
| Binary | 11101100 | 11101000 | 11111100 | 110 | 1000 | 0 | 1 | 11111100 | 1001101 | 1011111 |
Color Harmonies of #ECE8FC
Complementary color
Monochromatic Colors of #ECE8FC
Black with #ECE8FC
Text Example
Text Example
White with #ECE8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8FC; }
p { color: rgb(236,232,252); }
H1.HeaderClassName
{
color: #ECE8FC;
}
.AnyTagClassName
{
color: #ECE8FC;
}
</style>
background-color css
<style>
a { background-color: #ECE8FC; }
a { background-color: rgb(236,232,252); }
div.DivClassName
{
background-color: #ECE8FC;
}
.BgClassName
{
background-color: #ECE8FC;
}
</style>
border-color css
<style>
span { border-color: #ECE8FC; }
span { border-color: rgb(236,232,252); }
td.TdClassName
{
border-color: #ECE8FC;
}
.TagClassName
{
border-color: #ECE8FC;
}
</style>