Shades of Mauve #CDAAFF
Tints of Mauve #CDAAFF
RGB
CMYK
RGB Variations
Color information
#CDAAFF (or 0xCDAAFF) is known color: Mauve. HEX triplet: CD, AA and FF. RGB value is (205,170,255). Sum of RGB (Red+Green+Blue) = 205+170+255=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDAAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDAAFF is #325500. Grayscale: #BDBDBD. Windows color (decimal): -3298561 or 16755405. OLE color: 16755405.
HSL color Cylindrical-coordinate representation of color #CDAAFF: hue angle of 264.71º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDAAFF is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 170 | 255 | - |
| CMYK | 0.20 | 0.33 | 0 | 0 |
| HSL | 264.71º | 1% | 0.83% | - |
| HSV(B) | 264.71º | 0.33% | 1% | - |
| XYZ | 57.6 | 48.95 | 101.02 | - |
| YUV | 190.16 | 164.6 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 170 | 255 | 0.20 | 0.33 | 0 | 0 | 264.71 | 1 | 0.83 |
| Hex | CD | AA | FF | 14 | 21 | 0 | 0 | 109 | 64 | 53 |
| Octal | 315 | 252 | 377 | 24 | 41 | 0 | 0 | 411 | 144 | 123 |
| Binary | 11001101 | 10101010 | 11111111 | 10100 | 100001 | 0 | 0 | 100001001 | 1100100 | 1010011 |
Color Harmonies of #CDAAFF
Complementary color
Monochromatic Colors of #CDAAFF
Black with #CDAAFF
Text Example
Text Example
White with #CDAAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAAFF; }
p { color: rgb(205,170,255); }
H1.HeaderClassName
{
color: #CDAAFF;
}
.AnyTagClassName
{
color: #CDAAFF;
}
</style>
background-color css
<style>
a { background-color: #CDAAFF; }
a { background-color: rgb(205,170,255); }
div.DivClassName
{
background-color: #CDAAFF;
}
.BgClassName
{
background-color: #CDAAFF;
}
</style>
border-color css
<style>
span { border-color: #CDAAFF; }
span { border-color: rgb(205,170,255); }
td.TdClassName
{
border-color: #CDAAFF;
}
.TagClassName
{
border-color: #CDAAFF;
}
</style>