Shades of Mauve #ECB9FF
Tints of Mauve #ECB9FF
RGB
CMYK
RGB Variations
Color information
#ECB9FF (or 0xECB9FF) is known color: Mauve. HEX triplet: EC, B9 and FF. RGB value is (236,185,255). Sum of RGB (Red+Green+Blue) = 236+185+255=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 185 (72.66% from 255 or 27.37% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECB9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB9FF is #134600. Grayscale: #D0D0D0. Windows color (decimal): -1263105 or 16759276. OLE color: 16759276.
HSL color Cylindrical-coordinate representation of color #ECB9FF: hue angle of 283.71º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECB9FF is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 185 | 255 | - |
| CMYK | 0.07 | 0.27 | 0 | 0 |
| HSL | 283.71º | 1% | 0.86% | - |
| HSV(B) | 283.71º | 0.27% | 1% | - |
| XYZ | 69.99 | 59.75 | 102.45 | - |
| YUV | 208.23 | 154.4 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 185 | 255 | 0.07 | 0.27 | 0 | 0 | 283.71 | 1 | 0.86 |
| Hex | EC | B9 | FF | 7 | 1B | 0 | 0 | 11C | 64 | 56 |
| Octal | 354 | 271 | 377 | 7 | 33 | 0 | 0 | 434 | 144 | 126 |
| Binary | 11101100 | 10111001 | 11111111 | 111 | 11011 | 0 | 0 | 100011100 | 1100100 | 1010110 |
Color Harmonies of #ECB9FF
Complementary color
Monochromatic Colors of #ECB9FF
Black with #ECB9FF
Text Example
Text Example
White with #ECB9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB9FF; }
p { color: rgb(236,185,255); }
H1.HeaderClassName
{
color: #ECB9FF;
}
.AnyTagClassName
{
color: #ECB9FF;
}
</style>
background-color css
<style>
a { background-color: #ECB9FF; }
a { background-color: rgb(236,185,255); }
div.DivClassName
{
background-color: #ECB9FF;
}
.BgClassName
{
background-color: #ECB9FF;
}
</style>
border-color css
<style>
span { border-color: #ECB9FF; }
span { border-color: rgb(236,185,255); }
td.TdClassName
{
border-color: #ECB9FF;
}
.TagClassName
{
border-color: #ECB9FF;
}
</style>