Shades of Mauve #CDACF5
Tints of Mauve #CDACF5
RGB
CMYK
RGB Variations
Color information
#CDACF5 (or 0xCDACF5) is known color: Mauve. HEX triplet: CD, AC and F5. RGB value is (205,172,245). Sum of RGB (Red+Green+Blue) = 205+172+245=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 172 (67.58% from 255 or 27.65% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 245 - color contains mainly: blue. Hex color #CDACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDACF5 is #32530A. Grayscale: #BDBDBD. Windows color (decimal): -3298059 or 16100557. OLE color: 16100557.
HSL color Cylindrical-coordinate representation of color #CDACF5: hue angle of 267.12º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDACF5 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 172 | 245 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.04 |
| HSL | 267.12º | 0.78% | 0.82% | - |
| HSV(B) | 267.12º | 0.3% | 0.96% | - |
| XYZ | 56.41 | 49.08 | 92.89 | - |
| YUV | 190.19 | 158.93 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 172 | 245 | 0.16 | 0.30 | 0 | 0.04 | 267.12 | 0.78 | 0.82 |
| Hex | CD | AC | F5 | 10 | 1E | 0 | 4 | 10B | 4E | 52 |
| Octal | 315 | 254 | 365 | 20 | 36 | 0 | 4 | 413 | 116 | 122 |
| Binary | 11001101 | 10101100 | 11110101 | 10000 | 11110 | 0 | 100 | 100001011 | 1001110 | 1010010 |
Color Harmonies of #CDACF5
Complementary color
Monochromatic Colors of #CDACF5
Black with #CDACF5
Text Example
Text Example
White with #CDACF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDACF5; }
p { color: rgb(205,172,245); }
H1.HeaderClassName
{
color: #CDACF5;
}
.AnyTagClassName
{
color: #CDACF5;
}
</style>
background-color css
<style>
a { background-color: #CDACF5; }
a { background-color: rgb(205,172,245); }
div.DivClassName
{
background-color: #CDACF5;
}
.BgClassName
{
background-color: #CDACF5;
}
</style>
border-color css
<style>
span { border-color: #CDACF5; }
span { border-color: rgb(205,172,245); }
td.TdClassName
{
border-color: #CDACF5;
}
.TagClassName
{
border-color: #CDACF5;
}
</style>