Shades of Mauve #CE9DF9
Tints of Mauve #CE9DF9
RGB
CMYK
RGB Variations
Color information
#CE9DF9 (or 0xCE9DF9) is known color: Mauve. HEX triplet: CE, 9D and F9. RGB value is (206,157,249). Sum of RGB (Red+Green+Blue) = 206+157+249=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 249 (97.66% from 255 or 40.69% from 612); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE9DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9DF9 is #316206. Grayscale: #B5B5B5. Windows color (decimal): -3236359 or 16358862. OLE color: 16358862.
HSL color Cylindrical-coordinate representation of color #CE9DF9: hue angle of 271.96º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE9DF9 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 157 | 249 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.02 |
| HSL | 271.96º | 0.88% | 0.8% | - |
| HSV(B) | 271.96º | 0.37% | 0.98% | - |
| XYZ | 54.61 | 44.08 | 95.25 | - |
| YUV | 182.14 | 165.73 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 249 | 0.17 | 0.37 | 0 | 0.02 | 271.96 | 0.88 | 0.8 |
| Hex | CE | 9D | F9 | 11 | 25 | 0 | 2 | 110 | 58 | 50 |
| Octal | 316 | 235 | 371 | 21 | 45 | 0 | 2 | 420 | 130 | 120 |
| Binary | 11001110 | 10011101 | 11111001 | 10001 | 100101 | 0 | 10 | 100010000 | 1011000 | 1010000 |
Color Harmonies of #CE9DF9
Complementary color
Monochromatic Colors of #CE9DF9
Black with #CE9DF9
Text Example
Text Example
White with #CE9DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9DF9; }
p { color: rgb(206,157,249); }
H1.HeaderClassName
{
color: #CE9DF9;
}
.AnyTagClassName
{
color: #CE9DF9;
}
</style>
background-color css
<style>
a { background-color: #CE9DF9; }
a { background-color: rgb(206,157,249); }
div.DivClassName
{
background-color: #CE9DF9;
}
.BgClassName
{
background-color: #CE9DF9;
}
</style>
border-color css
<style>
span { border-color: #CE9DF9; }
span { border-color: rgb(206,157,249); }
td.TdClassName
{
border-color: #CE9DF9;
}
.TagClassName
{
border-color: #CE9DF9;
}
</style>