Shades of Mauve #CDA7FE
Tints of Mauve #CDA7FE
RGB
CMYK
RGB Variations
Color information
#CDA7FE (or 0xCDA7FE) is known color: Mauve. HEX triplet: CD, A7 and FE. RGB value is (205,167,254). Sum of RGB (Red+Green+Blue) = 205+167+254=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 167 (65.62% from 255 or 26.68% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA7FE is #325801. Grayscale: #BBBBBB. Windows color (decimal): -3299330 or 16689101. OLE color: 16689101.
HSL color Cylindrical-coordinate representation of color #CDA7FE: hue angle of 266.21º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDA7FE is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 167 | 254 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.00 |
| HSL | 266.21º | 0.98% | 0.83% | - |
| HSV(B) | 266.21º | 0.34% | 1% | - |
| XYZ | 56.88 | 47.77 | 99.99 | - |
| YUV | 188.28 | 165.09 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 254 | 0.19 | 0.34 | 0 | 0.00 | 266.21 | 0.98 | 0.83 |
| Hex | CD | A7 | FE | 13 | 22 | 0 | 0 | 10A | 62 | 53 |
| Octal | 315 | 247 | 376 | 23 | 42 | 0 | 0 | 412 | 142 | 123 |
| Binary | 11001101 | 10100111 | 11111110 | 10011 | 100010 | 0 | 0 | 100001010 | 1100010 | 1010011 |
Color Harmonies of #CDA7FE
Complementary color
Monochromatic Colors of #CDA7FE
Black with #CDA7FE
Text Example
Text Example
White with #CDA7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA7FE; }
p { color: rgb(205,167,254); }
H1.HeaderClassName
{
color: #CDA7FE;
}
.AnyTagClassName
{
color: #CDA7FE;
}
</style>
background-color css
<style>
a { background-color: #CDA7FE; }
a { background-color: rgb(205,167,254); }
div.DivClassName
{
background-color: #CDA7FE;
}
.BgClassName
{
background-color: #CDA7FE;
}
</style>
border-color css
<style>
span { border-color: #CDA7FE; }
span { border-color: rgb(205,167,254); }
td.TdClassName
{
border-color: #CDA7FE;
}
.TagClassName
{
border-color: #CDA7FE;
}
</style>