Shades of Lavender #ECE9FA
Tints of Lavender #ECE9FA
RGB
CMYK
RGB Variations
Color information
#ECE9FA (or 0xECE9FA) is known color: Lavender. HEX triplet: EC, E9 and FA. RGB value is (236,233,250). Sum of RGB (Red+Green+Blue) = 236+233+250=719 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.82% from 719); Green value is 233 (91.41% from 255 or 32.41% from 719); Blue value is 250 (98.05% from 255 or 34.77% from 719); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECE9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE9FA is #131605. Grayscale: #EBEBEB. Windows color (decimal): -1250822 or 16443884. OLE color: 16443884.
HSL color Cylindrical-coordinate representation of color #ECE9FA: hue angle of 250.59º degrees, saturation: 0.63, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECE9FA is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 233 | 250 | - |
CMYK | 0.06 | 0.07 | 0 | 0.02 |
HSL | 250.59º | 0.63% | 0.95% | - |
HSV(B) | 250.59º | 0.07% | 0.98% | - |
XYZ | 80.99 | 83.01 | 102.2 | - |
YUV | 235.84 | 135.99 | 128.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 233 | 250 | 0.06 | 0.07 | 0 | 0.02 | 250.59 | 0.63 | 0.95 |
Hex | EC | E9 | FA | 6 | 7 | 0 | 2 | FB | 3F | 5F |
Octal | 354 | 351 | 372 | 6 | 7 | 0 | 2 | 373 | 77 | 137 |
Binary | 11101100 | 11101001 | 11111010 | 110 | 111 | 0 | 10 | 11111011 | 111111 | 1011111 |
Color Harmonies of #ECE9FA
Complementary color
Monochromatic Colors of #ECE9FA
Black with #ECE9FA
Text Example
Text Example
White with #ECE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE9FA; }
p { color: rgb(236,233,250); }
H1.HeaderClassName
{
color: #ECE9FA;
}
.AnyTagClassName
{
color: #ECE9FA;
}
</style>
background-color css
<style>
a { background-color: #ECE9FA; }
a { background-color: rgb(236,233,250); }
div.DivClassName
{
background-color: #ECE9FA;
}
.BgClassName
{
background-color: #ECE9FA;
}
</style>
border-color css
<style>
span { border-color: #ECE9FA; }
span { border-color: rgb(236,233,250); }
td.TdClassName
{
border-color: #ECE9FA;
}
.TagClassName
{
border-color: #ECE9FA;
}
</style>