Shades of Mauve #E6C2FD
Tints of Mauve #E6C2FD
RGB
CMYK
RGB Variations
Color information
#E6C2FD (or 0xE6C2FD) is known color: Mauve. HEX triplet: E6, C2 and FD. RGB value is (230,194,253). Sum of RGB (Red+Green+Blue) = 230+194+253=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 194 (76.17% from 255 or 28.66% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6C2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C2FD is #193D02. Grayscale: #D3D3D3. Windows color (decimal): -1654019 or 16630502. OLE color: 16630502.
HSL color Cylindrical-coordinate representation of color #E6C2FD: hue angle of 276.61º 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 #E6C2FD is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 194 | 253 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.01 |
| HSL | 276.61º | 0.94% | 0.88% | - |
| HSV(B) | 276.61º | 0.23% | 0.99% | - |
| XYZ | 69.65 | 62.5 | 101.32 | - |
| YUV | 211.49 | 151.43 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 194 | 253 | 0.09 | 0.23 | 0 | 0.01 | 276.61 | 0.94 | 0.88 |
| Hex | E6 | C2 | FD | 9 | 17 | 0 | 1 | 115 | 5E | 58 |
| Octal | 346 | 302 | 375 | 11 | 27 | 0 | 1 | 425 | 136 | 130 |
| Binary | 11100110 | 11000010 | 11111101 | 1001 | 10111 | 0 | 1 | 100010101 | 1011110 | 1011000 |
Color Harmonies of #E6C2FD
Complementary color
Monochromatic Colors of #E6C2FD
Black with #E6C2FD
Text Example
Text Example
White with #E6C2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C2FD; }
p { color: rgb(230,194,253); }
H1.HeaderClassName
{
color: #E6C2FD;
}
.AnyTagClassName
{
color: #E6C2FD;
}
</style>
background-color css
<style>
a { background-color: #E6C2FD; }
a { background-color: rgb(230,194,253); }
div.DivClassName
{
background-color: #E6C2FD;
}
.BgClassName
{
background-color: #E6C2FD;
}
</style>
border-color css
<style>
span { border-color: #E6C2FD; }
span { border-color: rgb(230,194,253); }
td.TdClassName
{
border-color: #E6C2FD;
}
.TagClassName
{
border-color: #E6C2FD;
}
</style>