Shades of Mauve #CC9DF8
Tints of Mauve #CC9DF8
RGB
CMYK
RGB Variations
Color information
#CC9DF8 (or 0xCC9DF8) is known color: Mauve. HEX triplet: CC, 9D and F8. RGB value is (204,157,248). Sum of RGB (Red+Green+Blue) = 204+157+248=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 248 (97.27% from 255 or 40.72% from 609); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC9DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9DF8 is #336207. Grayscale: #B5B5B5. Windows color (decimal): -3367432 or 16293324. OLE color: 16293324.
HSL color Cylindrical-coordinate representation of color #CC9DF8: hue angle of 270.99º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC9DF8 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 157 | 248 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.03 |
| HSL | 270.99º | 0.87% | 0.79% | - |
| HSV(B) | 270.99º | 0.37% | 0.97% | - |
| XYZ | 53.9 | 43.73 | 94.41 | - |
| YUV | 181.43 | 165.57 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 157 | 248 | 0.18 | 0.37 | 0 | 0.03 | 270.99 | 0.87 | 0.79 |
| Hex | CC | 9D | F8 | 12 | 25 | 0 | 3 | 10F | 57 | 4F |
| Octal | 314 | 235 | 370 | 22 | 45 | 0 | 3 | 417 | 127 | 117 |
| Binary | 11001100 | 10011101 | 11111000 | 10010 | 100101 | 0 | 11 | 100001111 | 1010111 | 1001111 |
Color Harmonies of #CC9DF8
Complementary color
Monochromatic Colors of #CC9DF8
Black with #CC9DF8
Text Example
Text Example
White with #CC9DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9DF8; }
p { color: rgb(204,157,248); }
H1.HeaderClassName
{
color: #CC9DF8;
}
.AnyTagClassName
{
color: #CC9DF8;
}
</style>
background-color css
<style>
a { background-color: #CC9DF8; }
a { background-color: rgb(204,157,248); }
div.DivClassName
{
background-color: #CC9DF8;
}
.BgClassName
{
background-color: #CC9DF8;
}
</style>
border-color css
<style>
span { border-color: #CC9DF8; }
span { border-color: rgb(204,157,248); }
td.TdClassName
{
border-color: #CC9DF8;
}
.TagClassName
{
border-color: #CC9DF8;
}
</style>