Shades of Lavender #ECE7FD
Tints of Lavender #ECE7FD
RGB
CMYK
RGB Variations
Color information
#ECE7FD (or 0xECE7FD) is known color: Lavender. HEX triplet: EC, E7 and FD. RGB value is (236,231,253). Sum of RGB (Red+Green+Blue) = 236+231+253=720 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.78% from 720); Green value is 231 (90.62% from 255 or 32.08% from 720); Blue value is 253 (99.22% from 255 or 35.14% from 720); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECE7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECE7FD is #131802. Grayscale: #EAEAEA. Windows color (decimal): -1251331 or 16639980. OLE color: 16639980.
HSL color Cylindrical-coordinate representation of color #ECE7FD: hue angle of 253.64º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECE7FD is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 231 | 253 | - |
CMYK | 0.07 | 0.09 | 0 | 0.01 |
HSL | 253.64º | 0.85% | 0.95% | - |
HSV(B) | 253.64º | 0.09% | 0.99% | - |
XYZ | 80.9 | 82.08 | 104.51 | - |
YUV | 235 | 138.16 | 128.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 231 | 253 | 0.07 | 0.09 | 0 | 0.01 | 253.64 | 0.85 | 0.95 |
Hex | EC | E7 | FD | 7 | 9 | 0 | 1 | FE | 55 | 5F |
Octal | 354 | 347 | 375 | 7 | 11 | 0 | 1 | 376 | 125 | 137 |
Binary | 11101100 | 11100111 | 11111101 | 111 | 1001 | 0 | 1 | 11111110 | 1010101 | 1011111 |
Color Harmonies of #ECE7FD
Complementary color
Monochromatic Colors of #ECE7FD
Black with #ECE7FD
Text Example
Text Example
White with #ECE7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE7FD; }
p { color: rgb(236,231,253); }
H1.HeaderClassName
{
color: #ECE7FD;
}
.AnyTagClassName
{
color: #ECE7FD;
}
</style>
background-color css
<style>
a { background-color: #ECE7FD; }
a { background-color: rgb(236,231,253); }
div.DivClassName
{
background-color: #ECE7FD;
}
.BgClassName
{
background-color: #ECE7FD;
}
</style>
border-color css
<style>
span { border-color: #ECE7FD; }
span { border-color: rgb(236,231,253); }
td.TdClassName
{
border-color: #ECE7FD;
}
.TagClassName
{
border-color: #ECE7FD;
}
</style>