Shades of Mauve #CDA2F8
Tints of Mauve #CDA2F8
RGB
CMYK
RGB Variations
Color information
#CDA2F8 (or 0xCDA2F8) is known color: Mauve. HEX triplet: CD, A2 and F8. RGB value is (205,162,248). Sum of RGB (Red+Green+Blue) = 205+162+248=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 162 (63.67% from 255 or 26.34% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #CDA2F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA2F8 is #325D07. Grayscale: #B8B8B8. Windows color (decimal): -3300616 or 16294605. OLE color: 16294605.
HSL color Cylindrical-coordinate representation of color #CDA2F8: hue angle of 270º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDA2F8 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 162 | 248 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.03 |
| HSL | 270º | 0.86% | 0.8% | - |
| HSV(B) | 270º | 0.35% | 0.97% | - |
| XYZ | 55.04 | 45.6 | 94.71 | - |
| YUV | 184.66 | 163.75 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 248 | 0.17 | 0.35 | 0 | 0.03 | 270 | 0.86 | 0.8 |
| Hex | CD | A2 | F8 | 11 | 23 | 0 | 3 | 10E | 56 | 50 |
| Octal | 315 | 242 | 370 | 21 | 43 | 0 | 3 | 416 | 126 | 120 |
| Binary | 11001101 | 10100010 | 11111000 | 10001 | 100011 | 0 | 11 | 100001110 | 1010110 | 1010000 |
Color Harmonies of #CDA2F8
Complementary color
Monochromatic Colors of #CDA2F8
Black with #CDA2F8
Text Example
Text Example
White with #CDA2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2F8; }
p { color: rgb(205,162,248); }
H1.HeaderClassName
{
color: #CDA2F8;
}
.AnyTagClassName
{
color: #CDA2F8;
}
</style>
background-color css
<style>
a { background-color: #CDA2F8; }
a { background-color: rgb(205,162,248); }
div.DivClassName
{
background-color: #CDA2F8;
}
.BgClassName
{
background-color: #CDA2F8;
}
</style>
border-color css
<style>
span { border-color: #CDA2F8; }
span { border-color: rgb(205,162,248); }
td.TdClassName
{
border-color: #CDA2F8;
}
.TagClassName
{
border-color: #CDA2F8;
}
</style>