Shades of Mauve #ECB6FF
Tints of Mauve #ECB6FF
RGB
CMYK
RGB Variations
Color information
#ECB6FF (or 0xECB6FF) is known color: Mauve. HEX triplet: EC, B6 and FF. RGB value is (236,182,255). Sum of RGB (Red+Green+Blue) = 236+182+255=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 182 (71.48% from 255 or 27.04% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECB6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB6FF is #134900. Grayscale: #CECECE. Windows color (decimal): -1263873 or 16758508. OLE color: 16758508.
HSL color Cylindrical-coordinate representation of color #ECB6FF: hue angle of 284.38º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECB6FF is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 236 | 182 | 255 | - |
| CMYK | 0.07 | 0.29 | 0 | 0 |
| HSL | 284.38º | 1% | 0.86% | - |
| HSV(B) | 284.38º | 0.29% | 1% | - |
| XYZ | 69.37 | 58.51 | 102.24 | - |
| YUV | 206.47 | 155.39 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 182 | 255 | 0.07 | 0.29 | 0 | 0 | 284.38 | 1 | 0.86 |
| Hex | EC | B6 | FF | 7 | 1D | 0 | 0 | 11C | 64 | 56 |
| Octal | 354 | 266 | 377 | 7 | 35 | 0 | 0 | 434 | 144 | 126 |
| Binary | 11101100 | 10110110 | 11111111 | 111 | 11101 | 0 | 0 | 100011100 | 1100100 | 1010110 |
Color Harmonies of #ECB6FF
Complementary color
Monochromatic Colors of #ECB6FF
Black with #ECB6FF
Text Example
Text Example
White with #ECB6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB6FF; }
p { color: rgb(236,182,255); }
H1.HeaderClassName
{
color: #ECB6FF;
}
.AnyTagClassName
{
color: #ECB6FF;
}
</style>
background-color css
<style>
a { background-color: #ECB6FF; }
a { background-color: rgb(236,182,255); }
div.DivClassName
{
background-color: #ECB6FF;
}
.BgClassName
{
background-color: #ECB6FF;
}
</style>
border-color css
<style>
span { border-color: #ECB6FF; }
span { border-color: rgb(236,182,255); }
td.TdClassName
{
border-color: #ECB6FF;
}
.TagClassName
{
border-color: #ECB6FF;
}
</style>