Shades of Mauve #EBC2F9
Tints of Mauve #EBC2F9
RGB
CMYK
RGB Variations
Color information
#EBC2F9 (or 0xEBC2F9) is known color: Mauve. HEX triplet: EB, C2 and F9. RGB value is (235,194,249). Sum of RGB (Red+Green+Blue) = 235+194+249=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 194 (76.17% from 255 or 28.61% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBC2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2F9 is #143D06. Grayscale: #D4D4D4. Windows color (decimal): -1326343 or 16368363. OLE color: 16368363.
HSL color Cylindrical-coordinate representation of color #EBC2F9: hue angle of 284.73º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBC2F9 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 194 | 249 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.02 |
| HSL | 284.73º | 0.82% | 0.87% | - |
| HSV(B) | 284.73º | 0.22% | 0.98% | - |
| XYZ | 70.65 | 63.09 | 98.08 | - |
| YUV | 212.53 | 148.58 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 194 | 249 | 0.06 | 0.22 | 0 | 0.02 | 284.73 | 0.82 | 0.87 |
| Hex | EB | C2 | F9 | 6 | 16 | 0 | 2 | 11D | 52 | 57 |
| Octal | 353 | 302 | 371 | 6 | 26 | 0 | 2 | 435 | 122 | 127 |
| Binary | 11101011 | 11000010 | 11111001 | 110 | 10110 | 0 | 10 | 100011101 | 1010010 | 1010111 |
Color Harmonies of #EBC2F9
Complementary color
Monochromatic Colors of #EBC2F9
Black with #EBC2F9
Text Example
Text Example
White with #EBC2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC2F9; }
p { color: rgb(235,194,249); }
H1.HeaderClassName
{
color: #EBC2F9;
}
.AnyTagClassName
{
color: #EBC2F9;
}
</style>
background-color css
<style>
a { background-color: #EBC2F9; }
a { background-color: rgb(235,194,249); }
div.DivClassName
{
background-color: #EBC2F9;
}
.BgClassName
{
background-color: #EBC2F9;
}
</style>
border-color css
<style>
span { border-color: #EBC2F9; }
span { border-color: rgb(235,194,249); }
td.TdClassName
{
border-color: #EBC2F9;
}
.TagClassName
{
border-color: #EBC2F9;
}
</style>