Shades of Mauve #CBAFF9
Tints of Mauve #CBAFF9
RGB
CMYK
RGB Variations
Color information
#CBAFF9 (or 0xCBAFF9) is known color: Mauve. HEX triplet: CB, AF and F9. RGB value is (203,175,249). Sum of RGB (Red+Green+Blue) = 203+175+249=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #CBAFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFF9 is #345006. Grayscale: #BFBFBF. Windows color (decimal): -3428359 or 16363467. OLE color: 16363467.
HSL color Cylindrical-coordinate representation of color #CBAFF9: hue angle of 262.7º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBAFF9 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 175 | 249 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.02 |
| HSL | 262.7º | 0.86% | 0.83% | - |
| HSV(B) | 262.7º | 0.3% | 0.98% | - |
| XYZ | 57.06 | 50.2 | 96.3 | - |
| YUV | 191.81 | 160.28 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 249 | 0.18 | 0.30 | 0 | 0.02 | 262.7 | 0.86 | 0.83 |
| Hex | CB | AF | F9 | 12 | 1E | 0 | 2 | 107 | 56 | 53 |
| Octal | 313 | 257 | 371 | 22 | 36 | 0 | 2 | 407 | 126 | 123 |
| Binary | 11001011 | 10101111 | 11111001 | 10010 | 11110 | 0 | 10 | 100000111 | 1010110 | 1010011 |
Color Harmonies of #CBAFF9
Complementary color
Monochromatic Colors of #CBAFF9
Black with #CBAFF9
Text Example
Text Example
White with #CBAFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFF9; }
p { color: rgb(203,175,249); }
H1.HeaderClassName
{
color: #CBAFF9;
}
.AnyTagClassName
{
color: #CBAFF9;
}
</style>
background-color css
<style>
a { background-color: #CBAFF9; }
a { background-color: rgb(203,175,249); }
div.DivClassName
{
background-color: #CBAFF9;
}
.BgClassName
{
background-color: #CBAFF9;
}
</style>
border-color css
<style>
span { border-color: #CBAFF9; }
span { border-color: rgb(203,175,249); }
td.TdClassName
{
border-color: #CBAFF9;
}
.TagClassName
{
border-color: #CBAFF9;
}
</style>