Shades of Mauve #CDA4FE
Tints of Mauve #CDA4FE
RGB
CMYK
RGB Variations
Color information
#CDA4FE (or 0xCDA4FE) is known color: Mauve. HEX triplet: CD, A4 and FE. RGB value is (205,164,254). Sum of RGB (Red+Green+Blue) = 205+164+254=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 164 (64.45% from 255 or 26.32% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDA4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA4FE is #325B01. Grayscale: #BABABA. Windows color (decimal): -3300098 or 16688333. OLE color: 16688333.
HSL color Cylindrical-coordinate representation of color #CDA4FE: hue angle of 267.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDA4FE is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 164 | 254 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.00 |
| HSL | 267.33º | 0.98% | 0.82% | - |
| HSV(B) | 267.33º | 0.35% | 1% | - |
| XYZ | 56.34 | 46.69 | 99.81 | - |
| YUV | 186.52 | 166.08 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 254 | 0.19 | 0.35 | 0 | 0.00 | 267.33 | 0.98 | 0.82 |
| Hex | CD | A4 | FE | 13 | 23 | 0 | 0 | 10B | 62 | 52 |
| Octal | 315 | 244 | 376 | 23 | 43 | 0 | 0 | 413 | 142 | 122 |
| Binary | 11001101 | 10100100 | 11111110 | 10011 | 100011 | 0 | 0 | 100001011 | 1100010 | 1010010 |
Color Harmonies of #CDA4FE
Complementary color
Monochromatic Colors of #CDA4FE
Black with #CDA4FE
Text Example
Text Example
White with #CDA4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4FE; }
p { color: rgb(205,164,254); }
H1.HeaderClassName
{
color: #CDA4FE;
}
.AnyTagClassName
{
color: #CDA4FE;
}
</style>
background-color css
<style>
a { background-color: #CDA4FE; }
a { background-color: rgb(205,164,254); }
div.DivClassName
{
background-color: #CDA4FE;
}
.BgClassName
{
background-color: #CDA4FE;
}
</style>
border-color css
<style>
span { border-color: #CDA4FE; }
span { border-color: rgb(205,164,254); }
td.TdClassName
{
border-color: #CDA4FE;
}
.TagClassName
{
border-color: #CDA4FE;
}
</style>