Shades of Mauve #CFAEFD
Tints of Mauve #CFAEFD
RGB
CMYK
RGB Variations
Color information
#CFAEFD (or 0xCFAEFD) is known color: Mauve. HEX triplet: CF, AE and FD. RGB value is (207,174,253). Sum of RGB (Red+Green+Blue) = 207+174+253=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 174 (68.36% from 255 or 27.44% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFAEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFAEFD is #305102. Grayscale: #C0C0C0. Windows color (decimal): -3166467 or 16625359. OLE color: 16625359.
HSL color Cylindrical-coordinate representation of color #CFAEFD: hue angle of 265.06º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFAEFD is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 174 | 253 | - |
| CMYK | 0.18 | 0.31 | 0 | 0.01 |
| HSL | 265.06º | 0.95% | 0.84% | - |
| HSV(B) | 265.06º | 0.31% | 0.99% | - |
| XYZ | 58.6 | 50.63 | 99.61 | - |
| YUV | 192.87 | 161.93 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 174 | 253 | 0.18 | 0.31 | 0 | 0.01 | 265.06 | 0.95 | 0.84 |
| Hex | CF | AE | FD | 12 | 1F | 0 | 1 | 109 | 5F | 54 |
| Octal | 317 | 256 | 375 | 22 | 37 | 0 | 1 | 411 | 137 | 124 |
| Binary | 11001111 | 10101110 | 11111101 | 10010 | 11111 | 0 | 1 | 100001001 | 1011111 | 1010100 |
Color Harmonies of #CFAEFD
Complementary color
Monochromatic Colors of #CFAEFD
Black with #CFAEFD
Text Example
Text Example
White with #CFAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFAEFD; }
p { color: rgb(207,174,253); }
H1.HeaderClassName
{
color: #CFAEFD;
}
.AnyTagClassName
{
color: #CFAEFD;
}
</style>
background-color css
<style>
a { background-color: #CFAEFD; }
a { background-color: rgb(207,174,253); }
div.DivClassName
{
background-color: #CFAEFD;
}
.BgClassName
{
background-color: #CFAEFD;
}
</style>
border-color css
<style>
span { border-color: #CFAEFD; }
span { border-color: rgb(207,174,253); }
td.TdClassName
{
border-color: #CFAEFD;
}
.TagClassName
{
border-color: #CFAEFD;
}
</style>