Shades of Mauve #CDA8FF
Tints of Mauve #CDA8FF
RGB
CMYK
RGB Variations
Color information
#CDA8FF (or 0xCDA8FF) is known color: Mauve. HEX triplet: CD, A8 and FF. RGB value is (205,168,255). Sum of RGB (Red+Green+Blue) = 205+168+255=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDA8FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA8FF is #325700. Grayscale: #BCBCBC. Windows color (decimal): -3299073 or 16754893. OLE color: 16754893.
HSL color Cylindrical-coordinate representation of color #CDA8FF: hue angle of 265.52º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDA8FF is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 168 | 255 | - |
| CMYK | 0.20 | 0.34 | 0 | 0 |
| HSL | 265.52º | 1% | 0.83% | - |
| HSV(B) | 265.52º | 0.34% | 1% | - |
| XYZ | 57.23 | 48.2 | 100.9 | - |
| YUV | 188.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 255 | 0.20 | 0.34 | 0 | 0 | 265.52 | 1 | 0.83 |
| Hex | CD | A8 | FF | 14 | 22 | 0 | 0 | 10A | 64 | 53 |
| Octal | 315 | 250 | 377 | 24 | 42 | 0 | 0 | 412 | 144 | 123 |
| Binary | 11001101 | 10101000 | 11111111 | 10100 | 100010 | 0 | 0 | 100001010 | 1100100 | 1010011 |
Color Harmonies of #CDA8FF
Complementary color
Monochromatic Colors of #CDA8FF
Black with #CDA8FF
Text Example
Text Example
White with #CDA8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8FF; }
p { color: rgb(205,168,255); }
H1.HeaderClassName
{
color: #CDA8FF;
}
.AnyTagClassName
{
color: #CDA8FF;
}
</style>
background-color css
<style>
a { background-color: #CDA8FF; }
a { background-color: rgb(205,168,255); }
div.DivClassName
{
background-color: #CDA8FF;
}
.BgClassName
{
background-color: #CDA8FF;
}
</style>
border-color css
<style>
span { border-color: #CDA8FF; }
span { border-color: rgb(205,168,255); }
td.TdClassName
{
border-color: #CDA8FF;
}
.TagClassName
{
border-color: #CDA8FF;
}
</style>