Shades of Mauve #CDA4F7
Tints of Mauve #CDA4F7
RGB
CMYK
RGB Variations
Color information
#CDA4F7 (or 0xCDA4F7) is known color: Mauve. HEX triplet: CD, A4 and F7. RGB value is (205,164,247). Sum of RGB (Red+Green+Blue) = 205+164+247=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 164 (64.45% from 255 or 26.62% from 616); Blue value is 247 (96.88% from 255 or 40.10% from 616); Max value from RGB is 247 - color contains mainly: blue. Hex color #CDA4F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA4F7 is #325B08. Grayscale: #B9B9B9. Windows color (decimal): -3300105 or 16229581. OLE color: 16229581.
HSL color Cylindrical-coordinate representation of color #CDA4F7: hue angle of 269.64º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDA4F7 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 164 | 247 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.03 |
| HSL | 269.64º | 0.84% | 0.81% | - |
| HSV(B) | 269.64º | 0.34% | 0.97% | - |
| XYZ | 55.24 | 46.25 | 94.01 | - |
| YUV | 185.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 247 | 0.17 | 0.34 | 0 | 0.03 | 269.64 | 0.84 | 0.81 |
| Hex | CD | A4 | F7 | 11 | 22 | 0 | 3 | 10E | 54 | 51 |
| Octal | 315 | 244 | 367 | 21 | 42 | 0 | 3 | 416 | 124 | 121 |
| Binary | 11001101 | 10100100 | 11110111 | 10001 | 100010 | 0 | 11 | 100001110 | 1010100 | 1010001 |
Color Harmonies of #CDA4F7
Complementary color
Monochromatic Colors of #CDA4F7
Black with #CDA4F7
Text Example
Text Example
White with #CDA4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4F7; }
p { color: rgb(205,164,247); }
H1.HeaderClassName
{
color: #CDA4F7;
}
.AnyTagClassName
{
color: #CDA4F7;
}
</style>
background-color css
<style>
a { background-color: #CDA4F7; }
a { background-color: rgb(205,164,247); }
div.DivClassName
{
background-color: #CDA4F7;
}
.BgClassName
{
background-color: #CDA4F7;
}
</style>
border-color css
<style>
span { border-color: #CDA4F7; }
span { border-color: rgb(205,164,247); }
td.TdClassName
{
border-color: #CDA4F7;
}
.TagClassName
{
border-color: #CDA4F7;
}
</style>