Shades of Mauve #CDA2FE
Tints of Mauve #CDA2FE
RGB
CMYK
RGB Variations
Color information
#CDA2FE (or 0xCDA2FE) is known color: Mauve. HEX triplet: CD, A2 and FE. RGB value is (205,162,254). Sum of RGB (Red+Green+Blue) = 205+162+254=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDA2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA2FE is #325D01. Grayscale: #B9B9B9. Windows color (decimal): -3300610 or 16687821. OLE color: 16687821.
HSL color Cylindrical-coordinate representation of color #CDA2FE: hue angle of 268.04º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CDA2FE is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 162 | 254 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.00 |
| HSL | 268.04º | 0.98% | 0.82% | - |
| HSV(B) | 268.04º | 0.36% | 1% | - |
| XYZ | 55.99 | 45.98 | 99.69 | - |
| YUV | 185.35 | 166.75 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 254 | 0.19 | 0.36 | 0 | 0.00 | 268.04 | 0.98 | 0.82 |
| Hex | CD | A2 | FE | 13 | 24 | 0 | 0 | 10C | 62 | 52 |
| Octal | 315 | 242 | 376 | 23 | 44 | 0 | 0 | 414 | 142 | 122 |
| Binary | 11001101 | 10100010 | 11111110 | 10011 | 100100 | 0 | 0 | 100001100 | 1100010 | 1010010 |
Color Harmonies of #CDA2FE
Complementary color
Monochromatic Colors of #CDA2FE
Black with #CDA2FE
Text Example
Text Example
White with #CDA2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2FE; }
p { color: rgb(205,162,254); }
H1.HeaderClassName
{
color: #CDA2FE;
}
.AnyTagClassName
{
color: #CDA2FE;
}
</style>
background-color css
<style>
a { background-color: #CDA2FE; }
a { background-color: rgb(205,162,254); }
div.DivClassName
{
background-color: #CDA2FE;
}
.BgClassName
{
background-color: #CDA2FE;
}
</style>
border-color css
<style>
span { border-color: #CDA2FE; }
span { border-color: rgb(205,162,254); }
td.TdClassName
{
border-color: #CDA2FE;
}
.TagClassName
{
border-color: #CDA2FE;
}
</style>