Shades of Mauve #CFAFF8
Tints of Mauve #CFAFF8
RGB
CMYK
RGB Variations
Color information
#CFAFF8 (or 0xCFAFF8) is known color: Mauve. HEX triplet: CF, AF and F8. RGB value is (207,175,248). Sum of RGB (Red+Green+Blue) = 207+175+248=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #CFAFF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAFF8 is #305007. Grayscale: #C0C0C0. Windows color (decimal): -3166216 or 16297935. OLE color: 16297935.
HSL color Cylindrical-coordinate representation of color #CFAFF8: hue angle of 266.3º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFAFF8 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 175 | 248 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.03 |
| HSL | 266.3º | 0.84% | 0.83% | - |
| HSV(B) | 266.3º | 0.29% | 0.97% | - |
| XYZ | 58.01 | 50.7 | 95.54 | - |
| YUV | 192.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 175 | 248 | 0.17 | 0.29 | 0 | 0.03 | 266.3 | 0.84 | 0.83 |
| Hex | CF | AF | F8 | 11 | 1D | 0 | 3 | 10A | 54 | 53 |
| Octal | 317 | 257 | 370 | 21 | 35 | 0 | 3 | 412 | 124 | 123 |
| Binary | 11001111 | 10101111 | 11111000 | 10001 | 11101 | 0 | 11 | 100001010 | 1010100 | 1010011 |
Color Harmonies of #CFAFF8
Complementary color
Monochromatic Colors of #CFAFF8
Black with #CFAFF8
Text Example
Text Example
White with #CFAFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAFF8; }
p { color: rgb(207,175,248); }
H1.HeaderClassName
{
color: #CFAFF8;
}
.AnyTagClassName
{
color: #CFAFF8;
}
</style>
background-color css
<style>
a { background-color: #CFAFF8; }
a { background-color: rgb(207,175,248); }
div.DivClassName
{
background-color: #CFAFF8;
}
.BgClassName
{
background-color: #CFAFF8;
}
</style>
border-color css
<style>
span { border-color: #CFAFF8; }
span { border-color: rgb(207,175,248); }
td.TdClassName
{
border-color: #CFAFF8;
}
.TagClassName
{
border-color: #CFAFF8;
}
</style>