Shades of Mauve #CE99FD
Tints of Mauve #CE99FD
RGB
CMYK
RGB Variations
Color information
#CE99FD (or 0xCE99FD) is known color: Mauve. HEX triplet: CE, 99 and FD. RGB value is (206,153,253). Sum of RGB (Red+Green+Blue) = 206+153+253=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE99FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE99FD is #316602. Grayscale: #B3B3B3. Windows color (decimal): -3237379 or 16619982. OLE color: 16619982.
HSL color Cylindrical-coordinate representation of color #CE99FD: hue angle of 271.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE99FD is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 153 | 253 | - |
| CMYK | 0.19 | 0.40 | 0 | 0.01 |
| HSL | 271.8º | 0.96% | 0.8% | - |
| HSV(B) | 271.8º | 0.4% | 0.99% | - |
| XYZ | 54.57 | 43 | 98.35 | - |
| YUV | 180.25 | 169.06 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 153 | 253 | 0.19 | 0.40 | 0 | 0.01 | 271.8 | 0.96 | 0.8 |
| Hex | CE | 99 | FD | 13 | 28 | 0 | 1 | 110 | 60 | 50 |
| Octal | 316 | 231 | 375 | 23 | 50 | 0 | 1 | 420 | 140 | 120 |
| Binary | 11001110 | 10011001 | 11111101 | 10011 | 101000 | 0 | 1 | 100010000 | 1100000 | 1010000 |
Color Harmonies of #CE99FD
Complementary color
Monochromatic Colors of #CE99FD
Black with #CE99FD
Text Example
Text Example
White with #CE99FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE99FD; }
p { color: rgb(206,153,253); }
H1.HeaderClassName
{
color: #CE99FD;
}
.AnyTagClassName
{
color: #CE99FD;
}
</style>
background-color css
<style>
a { background-color: #CE99FD; }
a { background-color: rgb(206,153,253); }
div.DivClassName
{
background-color: #CE99FD;
}
.BgClassName
{
background-color: #CE99FD;
}
</style>
border-color css
<style>
span { border-color: #CE99FD; }
span { border-color: rgb(206,153,253); }
td.TdClassName
{
border-color: #CE99FD;
}
.TagClassName
{
border-color: #CE99FD;
}
</style>