Shades of Mauve #ECBDF3
Tints of Mauve #ECBDF3
RGB
CMYK
RGB Variations
Color information
#ECBDF3 (or 0xECBDF3) is known color: Mauve. HEX triplet: EC, BD and F3. RGB value is (236,189,243). Sum of RGB (Red+Green+Blue) = 236+189+243=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 189 (74.22% from 255 or 28.29% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 243 - color contains mainly: blue. Hex color #ECBDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDF3 is #13420C. Grayscale: #D1D1D1. Windows color (decimal): -1262093 or 15973868. OLE color: 15973868.
HSL color Cylindrical-coordinate representation of color #ECBDF3: hue angle of 292.22º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECBDF3 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 236 | 189 | 243 | - |
CMYK | 0.03 | 0.22 | 0 | 0.05 |
HSL | 292.22º | 0.69% | 0.85% | - |
HSV(B) | 292.22º | 0.22% | 0.95% | - |
XYZ | 68.97 | 60.7 | 92.88 | - |
YUV | 209.21 | 147.07 | 147.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 189 | 243 | 0.03 | 0.22 | 0 | 0.05 | 292.22 | 0.69 | 0.85 |
Hex | EC | BD | F3 | 3 | 16 | 0 | 5 | 124 | 45 | 55 |
Octal | 354 | 275 | 363 | 3 | 26 | 0 | 5 | 444 | 105 | 125 |
Binary | 11101100 | 10111101 | 11110011 | 11 | 10110 | 0 | 101 | 100100100 | 1000101 | 1010101 |
Color Harmonies of #ECBDF3
Complementary color
Monochromatic Colors of #ECBDF3
Black with #ECBDF3
Text Example
Text Example
White with #ECBDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDF3; }
p { color: rgb(236,189,243); }
H1.HeaderClassName
{
color: #ECBDF3;
}
.AnyTagClassName
{
color: #ECBDF3;
}
</style>
background-color css
<style>
a { background-color: #ECBDF3; }
a { background-color: rgb(236,189,243); }
div.DivClassName
{
background-color: #ECBDF3;
}
.BgClassName
{
background-color: #ECBDF3;
}
</style>
border-color css
<style>
span { border-color: #ECBDF3; }
span { border-color: rgb(236,189,243); }
td.TdClassName
{
border-color: #ECBDF3;
}
.TagClassName
{
border-color: #ECBDF3;
}
</style>