Shades of Mauve #ECBDF8
Tints of Mauve #ECBDF8
RGB
CMYK
RGB Variations
Color information
#ECBDF8 (or 0xECBDF8) is known color: Mauve. HEX triplet: EC, BD and F8. RGB value is (236,189,248). Sum of RGB (Red+Green+Blue) = 236+189+248=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 189 (74.22% from 255 or 28.08% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECBDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDF8 is #134207. Grayscale: #D1D1D1. Windows color (decimal): -1262088 or 16301548. OLE color: 16301548.
HSL color Cylindrical-coordinate representation of color #ECBDF8: hue angle of 287.8º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECBDF8 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 189 | 248 | - |
| CMYK | 0.05 | 0.24 | 0 | 0.03 |
| HSL | 287.8º | 0.81% | 0.86% | - |
| HSV(B) | 287.8º | 0.24% | 0.97% | - |
| XYZ | 69.73 | 61.01 | 96.91 | - |
| YUV | 209.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 248 | 0.05 | 0.24 | 0 | 0.03 | 287.8 | 0.81 | 0.86 |
| Hex | EC | BD | F8 | 5 | 18 | 0 | 3 | 120 | 51 | 56 |
| Octal | 354 | 275 | 370 | 5 | 30 | 0 | 3 | 440 | 121 | 126 |
| Binary | 11101100 | 10111101 | 11111000 | 101 | 11000 | 0 | 11 | 100100000 | 1010001 | 1010110 |
Color Harmonies of #ECBDF8
Complementary color
Monochromatic Colors of #ECBDF8
Black with #ECBDF8
Text Example
Text Example
White with #ECBDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDF8; }
p { color: rgb(236,189,248); }
H1.HeaderClassName
{
color: #ECBDF8;
}
.AnyTagClassName
{
color: #ECBDF8;
}
</style>
background-color css
<style>
a { background-color: #ECBDF8; }
a { background-color: rgb(236,189,248); }
div.DivClassName
{
background-color: #ECBDF8;
}
.BgClassName
{
background-color: #ECBDF8;
}
</style>
border-color css
<style>
span { border-color: #ECBDF8; }
span { border-color: rgb(236,189,248); }
td.TdClassName
{
border-color: #ECBDF8;
}
.TagClassName
{
border-color: #ECBDF8;
}
</style>