Shades of Lavender #ECE8FE
Tints of Lavender #ECE8FE
RGB
CMYK
RGB Variations
Color information
#ECE8FE (or 0xECE8FE) is known color: Lavender. HEX triplet: EC, E8 and FE. RGB value is (236,232,254). Sum of RGB (Red+Green+Blue) = 236+232+254=722 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.69% from 722); Green value is 232 (91.02% from 255 or 32.13% from 722); Blue value is 254 (99.61% from 255 or 35.18% from 722); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECE8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE8FE is #131701. Grayscale: #EBEBEB. Windows color (decimal): -1251074 or 16705772. OLE color: 16705772.
HSL color Cylindrical-coordinate representation of color #ECE8FE: hue angle of 250.91º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECE8FE is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 236 | 232 | 254 | - |
CMYK | 0.07 | 0.09 | 0 | 0.00 |
HSL | 250.91º | 0.92% | 0.95% | - |
HSV(B) | 250.91º | 0.09% | 1% | - |
XYZ | 81.34 | 82.7 | 105.44 | - |
YUV | 235.7 | 138.33 | 128.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 232 | 254 | 0.07 | 0.09 | 0 | 0.00 | 250.91 | 0.92 | 0.95 |
Hex | EC | E8 | FE | 7 | 9 | 0 | 0 | FB | 5C | 5F |
Octal | 354 | 350 | 376 | 7 | 11 | 0 | 0 | 373 | 134 | 137 |
Binary | 11101100 | 11101000 | 11111110 | 111 | 1001 | 0 | 0 | 11111011 | 1011100 | 1011111 |
Color Harmonies of #ECE8FE
Complementary color
Monochromatic Colors of #ECE8FE
Black with #ECE8FE
Text Example
Text Example
White with #ECE8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8FE; }
p { color: rgb(236,232,254); }
H1.HeaderClassName
{
color: #ECE8FE;
}
.AnyTagClassName
{
color: #ECE8FE;
}
</style>
background-color css
<style>
a { background-color: #ECE8FE; }
a { background-color: rgb(236,232,254); }
div.DivClassName
{
background-color: #ECE8FE;
}
.BgClassName
{
background-color: #ECE8FE;
}
</style>
border-color css
<style>
span { border-color: #ECE8FE; }
span { border-color: rgb(236,232,254); }
td.TdClassName
{
border-color: #ECE8FE;
}
.TagClassName
{
border-color: #ECE8FE;
}
</style>