Shades of Mauve #CFAAFD
Tints of Mauve #CFAAFD
RGB
CMYK
RGB Variations
Color information
#CFAAFD (or 0xCFAAFD) is known color: Mauve. HEX triplet: CF, AA and FD. RGB value is (207,170,253). Sum of RGB (Red+Green+Blue) = 207+170+253=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFAAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAAFD is #305502. Grayscale: #BEBEBE. Windows color (decimal): -3167491 or 16624335. OLE color: 16624335.
HSL color Cylindrical-coordinate representation of color #CFAAFD: hue angle of 266.75º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFAAFD is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 170 | 253 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.01 |
| HSL | 266.75º | 0.95% | 0.83% | - |
| HSV(B) | 266.75º | 0.33% | 0.99% | - |
| XYZ | 57.84 | 49.11 | 99.36 | - |
| YUV | 190.53 | 163.26 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 170 | 253 | 0.18 | 0.33 | 0 | 0.01 | 266.75 | 0.95 | 0.83 |
| Hex | CF | AA | FD | 12 | 21 | 0 | 1 | 10B | 5F | 53 |
| Octal | 317 | 252 | 375 | 22 | 41 | 0 | 1 | 413 | 137 | 123 |
| Binary | 11001111 | 10101010 | 11111101 | 10010 | 100001 | 0 | 1 | 100001011 | 1011111 | 1010011 |
Color Harmonies of #CFAAFD
Complementary color
Monochromatic Colors of #CFAAFD
Black with #CFAAFD
Text Example
Text Example
White with #CFAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAAFD; }
p { color: rgb(207,170,253); }
H1.HeaderClassName
{
color: #CFAAFD;
}
.AnyTagClassName
{
color: #CFAAFD;
}
</style>
background-color css
<style>
a { background-color: #CFAAFD; }
a { background-color: rgb(207,170,253); }
div.DivClassName
{
background-color: #CFAAFD;
}
.BgClassName
{
background-color: #CFAAFD;
}
</style>
border-color css
<style>
span { border-color: #CFAAFD; }
span { border-color: rgb(207,170,253); }
td.TdClassName
{
border-color: #CFAAFD;
}
.TagClassName
{
border-color: #CFAAFD;
}
</style>