Shades of Mauve #E6C8FD
Tints of Mauve #E6C8FD
RGB
CMYK
RGB Variations
Color information
#E6C8FD (or 0xE6C8FD) is known color: Mauve. HEX triplet: E6, C8 and FD. RGB value is (230,200,253). Sum of RGB (Red+Green+Blue) = 230+200+253=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 200 (78.52% from 255 or 29.28% 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 #E6C8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C8FD is #193702. Grayscale: #D6D6D6. Windows color (decimal): -1652483 or 16632038. OLE color: 16632038.
HSL color Cylindrical-coordinate representation of color #E6C8FD: hue angle of 273.96º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6C8FD is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 200 | 253 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.01 |
| HSL | 273.96º | 0.93% | 0.89% | - |
| HSV(B) | 273.96º | 0.21% | 0.99% | - |
| XYZ | 71.02 | 65.22 | 101.77 | - |
| YUV | 215.01 | 149.44 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 253 | 0.09 | 0.21 | 0 | 0.01 | 273.96 | 0.93 | 0.89 |
| Hex | E6 | C8 | FD | 9 | 15 | 0 | 1 | 112 | 5D | 59 |
| Octal | 346 | 310 | 375 | 11 | 25 | 0 | 1 | 422 | 135 | 131 |
| Binary | 11100110 | 11001000 | 11111101 | 1001 | 10101 | 0 | 1 | 100010010 | 1011101 | 1011001 |
Color Harmonies of #E6C8FD
Complementary color
Monochromatic Colors of #E6C8FD
Black with #E6C8FD
Text Example
Text Example
White with #E6C8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C8FD; }
p { color: rgb(230,200,253); }
H1.HeaderClassName
{
color: #E6C8FD;
}
.AnyTagClassName
{
color: #E6C8FD;
}
</style>
background-color css
<style>
a { background-color: #E6C8FD; }
a { background-color: rgb(230,200,253); }
div.DivClassName
{
background-color: #E6C8FD;
}
.BgClassName
{
background-color: #E6C8FD;
}
</style>
border-color css
<style>
span { border-color: #E6C8FD; }
span { border-color: rgb(230,200,253); }
td.TdClassName
{
border-color: #E6C8FD;
}
.TagClassName
{
border-color: #E6C8FD;
}
</style>