Shades of Mauve #CE9DFB
Tints of Mauve #CE9DFB
RGB
CMYK
RGB Variations
Color information
#CE9DFB (or 0xCE9DFB) is known color: Mauve. HEX triplet: CE, 9D and FB. RGB value is (206,157,251). Sum of RGB (Red+Green+Blue) = 206+157+251=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 157 (61.72% from 255 or 25.57% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE9DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE9DFB is #316204. Grayscale: #B6B6B6. Windows color (decimal): -3236357 or 16489934. OLE color: 16489934.
HSL color Cylindrical-coordinate representation of color #CE9DFB: hue angle of 271.28º degrees, saturation: 0.92, 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 #CE9DFB is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 157 | 251 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.02 |
| HSL | 271.28º | 0.92% | 0.8% | - |
| HSV(B) | 271.28º | 0.37% | 0.98% | - |
| XYZ | 54.92 | 44.2 | 96.9 | - |
| YUV | 182.37 | 166.73 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 157 | 251 | 0.18 | 0.37 | 0 | 0.02 | 271.28 | 0.92 | 0.8 |
| Hex | CE | 9D | FB | 12 | 25 | 0 | 2 | 10F | 5C | 50 |
| Octal | 316 | 235 | 373 | 22 | 45 | 0 | 2 | 417 | 134 | 120 |
| Binary | 11001110 | 10011101 | 11111011 | 10010 | 100101 | 0 | 10 | 100001111 | 1011100 | 1010000 |
Color Harmonies of #CE9DFB
Complementary color
Monochromatic Colors of #CE9DFB
Black with #CE9DFB
Text Example
Text Example
White with #CE9DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9DFB; }
p { color: rgb(206,157,251); }
H1.HeaderClassName
{
color: #CE9DFB;
}
.AnyTagClassName
{
color: #CE9DFB;
}
</style>
background-color css
<style>
a { background-color: #CE9DFB; }
a { background-color: rgb(206,157,251); }
div.DivClassName
{
background-color: #CE9DFB;
}
.BgClassName
{
background-color: #CE9DFB;
}
</style>
border-color css
<style>
span { border-color: #CE9DFB; }
span { border-color: rgb(206,157,251); }
td.TdClassName
{
border-color: #CE9DFB;
}
.TagClassName
{
border-color: #CE9DFB;
}
</style>