Shades of Mauve #CE9BFD
Tints of Mauve #CE9BFD
RGB
CMYK
RGB Variations
Color information
#CE9BFD (or 0xCE9BFD) is known color: Mauve. HEX triplet: CE, 9B and FD. RGB value is (206,155,253). Sum of RGB (Red+Green+Blue) = 206+155+253=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE9BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9BFD is #316402. Grayscale: #B5B5B5. Windows color (decimal): -3236867 or 16620494. OLE color: 16620494.
HSL color Cylindrical-coordinate representation of color #CE9BFD: hue angle of 271.22º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE9BFD is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 155 | 253 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.01 |
| HSL | 271.22º | 0.96% | 0.8% | - |
| HSV(B) | 271.22º | 0.39% | 0.99% | - |
| XYZ | 54.9 | 43.66 | 98.46 | - |
| YUV | 181.42 | 168.4 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 155 | 253 | 0.19 | 0.39 | 0 | 0.01 | 271.22 | 0.96 | 0.8 |
| Hex | CE | 9B | FD | 13 | 27 | 0 | 1 | 10F | 60 | 50 |
| Octal | 316 | 233 | 375 | 23 | 47 | 0 | 1 | 417 | 140 | 120 |
| Binary | 11001110 | 10011011 | 11111101 | 10011 | 100111 | 0 | 1 | 100001111 | 1100000 | 1010000 |
Color Harmonies of #CE9BFD
Complementary color
Monochromatic Colors of #CE9BFD
Black with #CE9BFD
Text Example
Text Example
White with #CE9BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9BFD; }
p { color: rgb(206,155,253); }
H1.HeaderClassName
{
color: #CE9BFD;
}
.AnyTagClassName
{
color: #CE9BFD;
}
</style>
background-color css
<style>
a { background-color: #CE9BFD; }
a { background-color: rgb(206,155,253); }
div.DivClassName
{
background-color: #CE9BFD;
}
.BgClassName
{
background-color: #CE9BFD;
}
</style>
border-color css
<style>
span { border-color: #CE9BFD; }
span { border-color: rgb(206,155,253); }
td.TdClassName
{
border-color: #CE9BFD;
}
.TagClassName
{
border-color: #CE9BFD;
}
</style>