Shades of Mauve #CDA8FD
Tints of Mauve #CDA8FD
RGB
CMYK
RGB Variations
Color information
#CDA8FD (or 0xCDA8FD) is known color: Mauve. HEX triplet: CD, A8 and FD. RGB value is (205,168,253). Sum of RGB (Red+Green+Blue) = 205+168+253=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 168 (66.02% from 255 or 26.84% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA8FD is #325702. Grayscale: #BCBCBC. Windows color (decimal): -3299075 or 16623821. OLE color: 16623821.
HSL color Cylindrical-coordinate representation of color #CDA8FD: hue angle of 266.12º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDA8FD is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 168 | 253 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.01 |
| HSL | 266.12º | 0.96% | 0.83% | - |
| HSV(B) | 266.12º | 0.34% | 0.99% | - |
| XYZ | 56.91 | 48.08 | 99.21 | - |
| YUV | 188.75 | 164.26 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 253 | 0.19 | 0.34 | 0 | 0.01 | 266.12 | 0.96 | 0.83 |
| Hex | CD | A8 | FD | 13 | 22 | 0 | 1 | 10A | 60 | 53 |
| Octal | 315 | 250 | 375 | 23 | 42 | 0 | 1 | 412 | 140 | 123 |
| Binary | 11001101 | 10101000 | 11111101 | 10011 | 100010 | 0 | 1 | 100001010 | 1100000 | 1010011 |
Color Harmonies of #CDA8FD
Complementary color
Monochromatic Colors of #CDA8FD
Black with #CDA8FD
Text Example
Text Example
White with #CDA8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA8FD; }
p { color: rgb(205,168,253); }
H1.HeaderClassName
{
color: #CDA8FD;
}
.AnyTagClassName
{
color: #CDA8FD;
}
</style>
background-color css
<style>
a { background-color: #CDA8FD; }
a { background-color: rgb(205,168,253); }
div.DivClassName
{
background-color: #CDA8FD;
}
.BgClassName
{
background-color: #CDA8FD;
}
</style>
border-color css
<style>
span { border-color: #CDA8FD; }
span { border-color: rgb(205,168,253); }
td.TdClassName
{
border-color: #CDA8FD;
}
.TagClassName
{
border-color: #CDA8FD;
}
</style>