Shades of Mauve #ECC0FF
Tints of Mauve #ECC0FF
RGB
CMYK
RGB Variations
Color information
#ECC0FF (or 0xECC0FF) is known color: Mauve. HEX triplet: EC, C0 and FF. RGB value is (236,192,255). Sum of RGB (Red+Green+Blue) = 236+192+255=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 192 (75.39% from 255 or 28.11% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECC0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC0FF is #133F00. Grayscale: #D4D4D4. Windows color (decimal): -1261313 or 16761068. OLE color: 16761068.
HSL color Cylindrical-coordinate representation of color #ECC0FF: hue angle of 281.9º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECC0FF is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 236 | 192 | 255 | - |
CMYK | 0.07 | 0.25 | 0 | 0 |
HSL | 281.9º | 1% | 0.88% | - |
HSV(B) | 281.9º | 0.25% | 1% | - |
XYZ | 71.49 | 62.75 | 102.95 | - |
YUV | 212.34 | 152.08 | 144.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 192 | 255 | 0.07 | 0.25 | 0 | 0 | 281.9 | 1 | 0.88 |
Hex | EC | C0 | FF | 7 | 19 | 0 | 0 | 11A | 64 | 58 |
Octal | 354 | 300 | 377 | 7 | 31 | 0 | 0 | 432 | 144 | 130 |
Binary | 11101100 | 11000000 | 11111111 | 111 | 11001 | 0 | 0 | 100011010 | 1100100 | 1011000 |
Color Harmonies of #ECC0FF
Complementary color
Monochromatic Colors of #ECC0FF
Black with #ECC0FF
Text Example
Text Example
White with #ECC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0FF; }
p { color: rgb(236,192,255); }
H1.HeaderClassName
{
color: #ECC0FF;
}
.AnyTagClassName
{
color: #ECC0FF;
}
</style>
background-color css
<style>
a { background-color: #ECC0FF; }
a { background-color: rgb(236,192,255); }
div.DivClassName
{
background-color: #ECC0FF;
}
.BgClassName
{
background-color: #ECC0FF;
}
</style>
border-color css
<style>
span { border-color: #ECC0FF; }
span { border-color: rgb(236,192,255); }
td.TdClassName
{
border-color: #ECC0FF;
}
.TagClassName
{
border-color: #ECC0FF;
}
</style>