Shades of Mauve #CE9FFD
Tints of Mauve #CE9FFD
RGB
CMYK
RGB Variations
Color information
#CE9FFD (or 0xCE9FFD) is known color: Mauve. HEX triplet: CE, 9F and FD. RGB value is (206,159,253). Sum of RGB (Red+Green+Blue) = 206+159+253=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9FFD is #316002. Grayscale: #B7B7B7. Windows color (decimal): -3235843 or 16621518. OLE color: 16621518.
HSL color Cylindrical-coordinate representation of color #CE9FFD: hue angle of 270º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE9FFD is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 159 | 253 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.01 |
| HSL | 270º | 0.96% | 0.81% | - |
| HSV(B) | 270º | 0.37% | 0.99% | - |
| XYZ | 55.58 | 45.01 | 98.69 | - |
| YUV | 183.77 | 167.07 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 253 | 0.19 | 0.37 | 0 | 0.01 | 270 | 0.96 | 0.81 |
| Hex | CE | 9F | FD | 13 | 25 | 0 | 1 | 10E | 60 | 51 |
| Octal | 316 | 237 | 375 | 23 | 45 | 0 | 1 | 416 | 140 | 121 |
| Binary | 11001110 | 10011111 | 11111101 | 10011 | 100101 | 0 | 1 | 100001110 | 1100000 | 1010001 |
Color Harmonies of #CE9FFD
Complementary color
Monochromatic Colors of #CE9FFD
Black with #CE9FFD
Text Example
Text Example
White with #CE9FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9FFD; }
p { color: rgb(206,159,253); }
H1.HeaderClassName
{
color: #CE9FFD;
}
.AnyTagClassName
{
color: #CE9FFD;
}
</style>
background-color css
<style>
a { background-color: #CE9FFD; }
a { background-color: rgb(206,159,253); }
div.DivClassName
{
background-color: #CE9FFD;
}
.BgClassName
{
background-color: #CE9FFD;
}
</style>
border-color css
<style>
span { border-color: #CE9FFD; }
span { border-color: rgb(206,159,253); }
td.TdClassName
{
border-color: #CE9FFD;
}
.TagClassName
{
border-color: #CE9FFD;
}
</style>