Shades of Mauve #ECB5FD
Tints of Mauve #ECB5FD
RGB
CMYK
RGB Variations
Color information
#ECB5FD (or 0xECB5FD) is known color: Mauve. HEX triplet: EC, B5 and FD. RGB value is (236,181,253). Sum of RGB (Red+Green+Blue) = 236+181+253=670 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.22% from 670); Green value is 181 (71.09% from 255 or 27.01% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECB5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB5FD is #134A02. Grayscale: #CDCDCD. Windows color (decimal): -1264131 or 16627180. OLE color: 16627180.
HSL color Cylindrical-coordinate representation of color #ECB5FD: hue angle of 285.83º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECB5FD is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 181 | 253 | - |
CMYK | 0.07 | 0.28 | 0 | 0.01 |
HSL | 285.83º | 0.95% | 0.85% | - |
HSV(B) | 285.83º | 0.28% | 0.99% | - |
XYZ | 68.85 | 57.97 | 100.49 | - |
YUV | 205.65 | 154.72 | 149.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 181 | 253 | 0.07 | 0.28 | 0 | 0.01 | 285.83 | 0.95 | 0.85 |
Hex | EC | B5 | FD | 7 | 1C | 0 | 1 | 11E | 5F | 55 |
Octal | 354 | 265 | 375 | 7 | 34 | 0 | 1 | 436 | 137 | 125 |
Binary | 11101100 | 10110101 | 11111101 | 111 | 11100 | 0 | 1 | 100011110 | 1011111 | 1010101 |
Color Harmonies of #ECB5FD
Complementary color
Monochromatic Colors of #ECB5FD
Black with #ECB5FD
Text Example
Text Example
White with #ECB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5FD; }
p { color: rgb(236,181,253); }
H1.HeaderClassName
{
color: #ECB5FD;
}
.AnyTagClassName
{
color: #ECB5FD;
}
</style>
background-color css
<style>
a { background-color: #ECB5FD; }
a { background-color: rgb(236,181,253); }
div.DivClassName
{
background-color: #ECB5FD;
}
.BgClassName
{
background-color: #ECB5FD;
}
</style>
border-color css
<style>
span { border-color: #ECB5FD; }
span { border-color: rgb(236,181,253); }
td.TdClassName
{
border-color: #ECB5FD;
}
.TagClassName
{
border-color: #ECB5FD;
}
</style>