Shades of Mauve #ECC2FD
Tints of Mauve #ECC2FD
RGB
CMYK
RGB Variations
Color information
#ECC2FD (or 0xECC2FD) is known color: Mauve. HEX triplet: EC, C2 and FD. RGB value is (236,194,253). Sum of RGB (Red+Green+Blue) = 236+194+253=683 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.55% from 683); Green value is 194 (76.17% from 255 or 28.40% from 683); Blue value is 253 (99.22% from 255 or 37.04% from 683); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECC2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC2FD is #133D02. Grayscale: #D5D5D5. Windows color (decimal): -1260803 or 16630508. OLE color: 16630508.
HSL color Cylindrical-coordinate representation of color #ECC2FD: hue angle of 282.71º degrees, saturation: 0.94, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECC2FD is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 194 | 253 | - |
CMYK | 0.07 | 0.23 | 0 | 0.01 |
HSL | 282.71º | 0.94% | 0.88% | - |
HSV(B) | 282.71º | 0.23% | 0.99% | - |
XYZ | 71.61 | 63.51 | 101.41 | - |
YUV | 213.28 | 150.41 | 144.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 194 | 253 | 0.07 | 0.23 | 0 | 0.01 | 282.71 | 0.94 | 0.88 |
Hex | EC | C2 | FD | 7 | 17 | 0 | 1 | 11B | 5E | 58 |
Octal | 354 | 302 | 375 | 7 | 27 | 0 | 1 | 433 | 136 | 130 |
Binary | 11101100 | 11000010 | 11111101 | 111 | 10111 | 0 | 1 | 100011011 | 1011110 | 1011000 |
Color Harmonies of #ECC2FD
Complementary color
Monochromatic Colors of #ECC2FD
Black with #ECC2FD
Text Example
Text Example
White with #ECC2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC2FD; }
p { color: rgb(236,194,253); }
H1.HeaderClassName
{
color: #ECC2FD;
}
.AnyTagClassName
{
color: #ECC2FD;
}
</style>
background-color css
<style>
a { background-color: #ECC2FD; }
a { background-color: rgb(236,194,253); }
div.DivClassName
{
background-color: #ECC2FD;
}
.BgClassName
{
background-color: #ECC2FD;
}
</style>
border-color css
<style>
span { border-color: #ECC2FD; }
span { border-color: rgb(236,194,253); }
td.TdClassName
{
border-color: #ECC2FD;
}
.TagClassName
{
border-color: #ECC2FD;
}
</style>