Shades of Mauve #ECBDF4
Tints of Mauve #ECBDF4
RGB
CMYK
RGB Variations
Color information
#ECBDF4 (or 0xECBDF4) is known color: Mauve. HEX triplet: EC, BD and F4. RGB value is (236,189,244). Sum of RGB (Red+Green+Blue) = 236+189+244=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 244 - color contains mainly: blue. Hex color #ECBDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDF4 is #13420B. Grayscale: #D1D1D1. Windows color (decimal): -1262092 or 16039404. OLE color: 16039404.
HSL color Cylindrical-coordinate representation of color #ECBDF4: hue angle of 291.27º degrees, saturation: 0.71, 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 #ECBDF4 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 236 | 189 | 244 | - |
CMYK | 0.03 | 0.23 | 0 | 0.04 |
HSL | 291.27º | 0.71% | 0.85% | - |
HSV(B) | 291.27º | 0.23% | 0.96% | - |
XYZ | 69.12 | 60.76 | 93.67 | - |
YUV | 209.32 | 147.57 | 147.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 189 | 244 | 0.03 | 0.23 | 0 | 0.04 | 291.27 | 0.71 | 0.85 |
Hex | EC | BD | F4 | 3 | 17 | 0 | 4 | 123 | 47 | 55 |
Octal | 354 | 275 | 364 | 3 | 27 | 0 | 4 | 443 | 107 | 125 |
Binary | 11101100 | 10111101 | 11110100 | 11 | 10111 | 0 | 100 | 100100011 | 1000111 | 1010101 |
Color Harmonies of #ECBDF4
Complementary color
Monochromatic Colors of #ECBDF4
Black with #ECBDF4
Text Example
Text Example
White with #ECBDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDF4; }
p { color: rgb(236,189,244); }
H1.HeaderClassName
{
color: #ECBDF4;
}
.AnyTagClassName
{
color: #ECBDF4;
}
</style>
background-color css
<style>
a { background-color: #ECBDF4; }
a { background-color: rgb(236,189,244); }
div.DivClassName
{
background-color: #ECBDF4;
}
.BgClassName
{
background-color: #ECBDF4;
}
</style>
border-color css
<style>
span { border-color: #ECBDF4; }
span { border-color: rgb(236,189,244); }
td.TdClassName
{
border-color: #ECBDF4;
}
.TagClassName
{
border-color: #ECBDF4;
}
</style>