Shades of Mauve #ECB2FD
Tints of Mauve #ECB2FD
RGB
CMYK
RGB Variations
Color information
#ECB2FD (or 0xECB2FD) is known color: Mauve. HEX triplet: EC, B2 and FD. RGB value is (236,178,253). Sum of RGB (Red+Green+Blue) = 236+178+253=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 178 (69.92% from 255 or 26.69% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECB2FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ECB2FD is #134D02. Grayscale: #CBCBCB. Windows color (decimal): -1264899 or 16626412. OLE color: 16626412.
HSL color Cylindrical-coordinate representation of color #ECB2FD: hue angle of 286.4º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECB2FD is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 178 | 253 | - |
| CMYK | 0.07 | 0.30 | 0 | 0.01 |
| HSL | 286.4º | 0.95% | 0.85% | - |
| HSV(B) | 286.4º | 0.3% | 0.99% | - |
| XYZ | 68.24 | 56.77 | 100.29 | - |
| YUV | 203.89 | 155.72 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 253 | 0.07 | 0.30 | 0 | 0.01 | 286.4 | 0.95 | 0.85 |
| Hex | EC | B2 | FD | 7 | 1E | 0 | 1 | 11E | 5F | 55 |
| Octal | 354 | 262 | 375 | 7 | 36 | 0 | 1 | 436 | 137 | 125 |
| Binary | 11101100 | 10110010 | 11111101 | 111 | 11110 | 0 | 1 | 100011110 | 1011111 | 1010101 |
Color Harmonies of #ECB2FD
Complementary color
Monochromatic Colors of #ECB2FD
Black with #ECB2FD
Text Example
Text Example
White with #ECB2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2FD; }
p { color: rgb(236,178,253); }
H1.HeaderClassName
{
color: #ECB2FD;
}
.AnyTagClassName
{
color: #ECB2FD;
}
</style>
background-color css
<style>
a { background-color: #ECB2FD; }
a { background-color: rgb(236,178,253); }
div.DivClassName
{
background-color: #ECB2FD;
}
.BgClassName
{
background-color: #ECB2FD;
}
</style>
border-color css
<style>
span { border-color: #ECB2FD; }
span { border-color: rgb(236,178,253); }
td.TdClassName
{
border-color: #ECB2FD;
}
.TagClassName
{
border-color: #ECB2FD;
}
</style>