Shades of Lavender #ECE8FF
Tints of Lavender #ECE8FF
RGB
CMYK
RGB Variations
Color information
#ECE8FF (or 0xECE8FF) is known color: Lavender. HEX triplet: EC, E8 and FF. RGB value is (236,232,255). Sum of RGB (Red+Green+Blue) = 236+232+255=723 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.64% from 723); Green value is 232 (91.02% from 255 or 32.09% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECE8FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE8FF is #131700. Grayscale: #EBEBEB. Windows color (decimal): -1251073 or 16771308. OLE color: 16771308.
HSL color Cylindrical-coordinate representation of color #ECE8FF: hue angle of 250.43º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECE8FF is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 236 | 232 | 255 | - |
CMYK | 0.07 | 0.09 | 0 | 0 |
HSL | 250.43º | 1% | 0.95% | - |
HSV(B) | 250.43º | 0.09% | 1% | - |
XYZ | 81.5 | 82.77 | 106.29 | - |
YUV | 235.82 | 138.83 | 128.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 232 | 255 | 0.07 | 0.09 | 0 | 0 | 250.43 | 1 | 0.95 |
Hex | EC | E8 | FF | 7 | 9 | 0 | 0 | FA | 64 | 5F |
Octal | 354 | 350 | 377 | 7 | 11 | 0 | 0 | 372 | 144 | 137 |
Binary | 11101100 | 11101000 | 11111111 | 111 | 1001 | 0 | 0 | 11111010 | 1100100 | 1011111 |
Color Harmonies of #ECE8FF
Complementary color
Monochromatic Colors of #ECE8FF
Black with #ECE8FF
Text Example
Text Example
White with #ECE8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8FF; }
p { color: rgb(236,232,255); }
H1.HeaderClassName
{
color: #ECE8FF;
}
.AnyTagClassName
{
color: #ECE8FF;
}
</style>
background-color css
<style>
a { background-color: #ECE8FF; }
a { background-color: rgb(236,232,255); }
div.DivClassName
{
background-color: #ECE8FF;
}
.BgClassName
{
background-color: #ECE8FF;
}
</style>
border-color css
<style>
span { border-color: #ECE8FF; }
span { border-color: rgb(236,232,255); }
td.TdClassName
{
border-color: #ECE8FF;
}
.TagClassName
{
border-color: #ECE8FF;
}
</style>