Shades of Mauve #ECBDF5
Tints of Mauve #ECBDF5
RGB
CMYK
RGB Variations
Color information
#ECBDF5 (or 0xECBDF5) is known color: Mauve. HEX triplet: EC, BD and F5. RGB value is (236,189,245). Sum of RGB (Red+Green+Blue) = 236+189+245=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 245 - color contains mainly: blue. Hex color #ECBDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDF5 is #13420A. Grayscale: #D1D1D1. Windows color (decimal): -1262091 or 16104940. OLE color: 16104940.
HSL color Cylindrical-coordinate representation of color #ECBDF5: hue angle of 290.36º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECBDF5 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 189 | 245 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.04 |
| HSL | 290.36º | 0.74% | 0.85% | - |
| HSV(B) | 290.36º | 0.23% | 0.96% | - |
| XYZ | 69.27 | 60.82 | 94.47 | - |
| YUV | 209.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 245 | 0.04 | 0.23 | 0 | 0.04 | 290.36 | 0.74 | 0.85 |
| Hex | EC | BD | F5 | 4 | 17 | 0 | 4 | 122 | 4A | 55 |
| Octal | 354 | 275 | 365 | 4 | 27 | 0 | 4 | 442 | 112 | 125 |
| Binary | 11101100 | 10111101 | 11110101 | 100 | 10111 | 0 | 100 | 100100010 | 1001010 | 1010101 |
Color Harmonies of #ECBDF5
Complementary color
Monochromatic Colors of #ECBDF5
Black with #ECBDF5
Text Example
Text Example
White with #ECBDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDF5; }
p { color: rgb(236,189,245); }
H1.HeaderClassName
{
color: #ECBDF5;
}
.AnyTagClassName
{
color: #ECBDF5;
}
</style>
background-color css
<style>
a { background-color: #ECBDF5; }
a { background-color: rgb(236,189,245); }
div.DivClassName
{
background-color: #ECBDF5;
}
.BgClassName
{
background-color: #ECBDF5;
}
</style>
border-color css
<style>
span { border-color: #ECBDF5; }
span { border-color: rgb(236,189,245); }
td.TdClassName
{
border-color: #ECBDF5;
}
.TagClassName
{
border-color: #ECBDF5;
}
</style>