Shades of Mauve #CE9DF8
Tints of Mauve #CE9DF8
RGB
CMYK
RGB Variations
Color information
#CE9DF8 (or 0xCE9DF8) is known color: Mauve. HEX triplet: CE, 9D and F8. RGB value is (206,157,248). Sum of RGB (Red+Green+Blue) = 206+157+248=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 248 (97.27% from 255 or 40.59% from 611); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE9DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9DF8 is #316207. Grayscale: #B5B5B5. Windows color (decimal): -3236360 or 16293326. OLE color: 16293326.
HSL color Cylindrical-coordinate representation of color #CE9DF8: hue angle of 272.31º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE9DF8 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 157 | 248 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.03 |
| HSL | 272.31º | 0.87% | 0.79% | - |
| HSV(B) | 272.31º | 0.37% | 0.97% | - |
| XYZ | 54.45 | 44.01 | 94.43 | - |
| YUV | 182.03 | 165.23 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 248 | 0.17 | 0.37 | 0 | 0.03 | 272.31 | 0.87 | 0.79 |
| Hex | CE | 9D | F8 | 11 | 25 | 0 | 3 | 110 | 57 | 4F |
| Octal | 316 | 235 | 370 | 21 | 45 | 0 | 3 | 420 | 127 | 117 |
| Binary | 11001110 | 10011101 | 11111000 | 10001 | 100101 | 0 | 11 | 100010000 | 1010111 | 1001111 |
Color Harmonies of #CE9DF8
Complementary color
Monochromatic Colors of #CE9DF8
Black with #CE9DF8
Text Example
Text Example
White with #CE9DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9DF8; }
p { color: rgb(206,157,248); }
H1.HeaderClassName
{
color: #CE9DF8;
}
.AnyTagClassName
{
color: #CE9DF8;
}
</style>
background-color css
<style>
a { background-color: #CE9DF8; }
a { background-color: rgb(206,157,248); }
div.DivClassName
{
background-color: #CE9DF8;
}
.BgClassName
{
background-color: #CE9DF8;
}
</style>
border-color css
<style>
span { border-color: #CE9DF8; }
span { border-color: rgb(206,157,248); }
td.TdClassName
{
border-color: #CE9DF8;
}
.TagClassName
{
border-color: #CE9DF8;
}
</style>