Shades of Lavender #ECE8FD
Tints of Lavender #ECE8FD
RGB
CMYK
RGB Variations
Color information
#ECE8FD (or 0xECE8FD) is known color: Lavender. HEX triplet: EC, E8 and FD. RGB value is (236,232,253). Sum of RGB (Red+Green+Blue) = 236+232+253=721 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.73% from 721); Green value is 232 (91.02% from 255 or 32.18% from 721); Blue value is 253 (99.22% from 255 or 35.09% from 721); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECE8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE8FD is #131702. Grayscale: #EBEBEB. Windows color (decimal): -1251075 or 16640236. OLE color: 16640236.
HSL color Cylindrical-coordinate representation of color #ECE8FD: hue angle of 251.43º degrees, saturation: 0.84, 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 #ECE8FD is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 232 | 253 | - |
CMYK | 0.07 | 0.08 | 0 | 0.01 |
HSL | 251.43º | 0.84% | 0.95% | - |
HSV(B) | 251.43º | 0.08% | 0.99% | - |
XYZ | 81.18 | 82.64 | 104.6 | - |
YUV | 235.59 | 137.83 | 128.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 232 | 253 | 0.07 | 0.08 | 0 | 0.01 | 251.43 | 0.84 | 0.95 |
Hex | EC | E8 | FD | 7 | 8 | 0 | 1 | FB | 54 | 5F |
Octal | 354 | 350 | 375 | 7 | 10 | 0 | 1 | 373 | 124 | 137 |
Binary | 11101100 | 11101000 | 11111101 | 111 | 1000 | 0 | 1 | 11111011 | 1010100 | 1011111 |
Color Harmonies of #ECE8FD
Complementary color
Monochromatic Colors of #ECE8FD
Black with #ECE8FD
Text Example
Text Example
White with #ECE8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8FD; }
p { color: rgb(236,232,253); }
H1.HeaderClassName
{
color: #ECE8FD;
}
.AnyTagClassName
{
color: #ECE8FD;
}
</style>
background-color css
<style>
a { background-color: #ECE8FD; }
a { background-color: rgb(236,232,253); }
div.DivClassName
{
background-color: #ECE8FD;
}
.BgClassName
{
background-color: #ECE8FD;
}
</style>
border-color css
<style>
span { border-color: #ECE8FD; }
span { border-color: rgb(236,232,253); }
td.TdClassName
{
border-color: #ECE8FD;
}
.TagClassName
{
border-color: #ECE8FD;
}
</style>