Shades of Mauve #ECC0FB
Tints of Mauve #ECC0FB
RGB
CMYK
RGB Variations
Color information
#ECC0FB (or 0xECC0FB) is known color: Mauve. HEX triplet: EC, C0 and FB. RGB value is (236,192,251). Sum of RGB (Red+Green+Blue) = 236+192+251=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 192 (75.39% from 255 or 28.28% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECC0FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC0FB is #133F04. Grayscale: #D3D3D3. Windows color (decimal): -1261317 or 16498924. OLE color: 16498924.
HSL color Cylindrical-coordinate representation of color #ECC0FB: hue angle of 284.75º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECC0FB is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 192 | 251 | - |
CMYK | 0.06 | 0.24 | 0 | 0.02 |
HSL | 284.75º | 0.88% | 0.87% | - |
HSV(B) | 284.75º | 0.24% | 0.98% | - |
XYZ | 70.85 | 62.5 | 99.6 | - |
YUV | 211.88 | 150.08 | 145.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 192 | 251 | 0.06 | 0.24 | 0 | 0.02 | 284.75 | 0.88 | 0.87 |
Hex | EC | C0 | FB | 6 | 18 | 0 | 2 | 11D | 58 | 57 |
Octal | 354 | 300 | 373 | 6 | 30 | 0 | 2 | 435 | 130 | 127 |
Binary | 11101100 | 11000000 | 11111011 | 110 | 11000 | 0 | 10 | 100011101 | 1011000 | 1010111 |
Color Harmonies of #ECC0FB
Complementary color
Monochromatic Colors of #ECC0FB
Black with #ECC0FB
Text Example
Text Example
White with #ECC0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC0FB; }
p { color: rgb(236,192,251); }
H1.HeaderClassName
{
color: #ECC0FB;
}
.AnyTagClassName
{
color: #ECC0FB;
}
</style>
background-color css
<style>
a { background-color: #ECC0FB; }
a { background-color: rgb(236,192,251); }
div.DivClassName
{
background-color: #ECC0FB;
}
.BgClassName
{
background-color: #ECC0FB;
}
</style>
border-color css
<style>
span { border-color: #ECC0FB; }
span { border-color: rgb(236,192,251); }
td.TdClassName
{
border-color: #ECC0FB;
}
.TagClassName
{
border-color: #ECC0FB;
}
</style>