Shades of Mauve #CDA4F4
Tints of Mauve #CDA4F4
RGB
CMYK
RGB Variations
Color information
#CDA4F4 (or 0xCDA4F4) is known color: Mauve. HEX triplet: CD, A4 and F4. RGB value is (205,164,244). Sum of RGB (Red+Green+Blue) = 205+164+244=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 164 (64.45% from 255 or 26.75% from 613); Blue value is 244 (95.70% from 255 or 39.80% from 613); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDA4F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA4F4 is #325B0B. Grayscale: #B9B9B9. Windows color (decimal): -3300108 or 16032973. OLE color: 16032973.
HSL color Cylindrical-coordinate representation of color #CDA4F4: hue angle of 270.75º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDA4F4 is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 164 | 244 | - |
| CMYK | 0.16 | 0.33 | 0 | 0.04 |
| HSL | 270.75º | 0.78% | 0.8% | - |
| HSV(B) | 270.75º | 0.33% | 0.96% | - |
| XYZ | 54.78 | 46.06 | 91.59 | - |
| YUV | 185.38 | 161.08 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 244 | 0.16 | 0.33 | 0 | 0.04 | 270.75 | 0.78 | 0.8 |
| Hex | CD | A4 | F4 | 10 | 21 | 0 | 4 | 10F | 4E | 50 |
| Octal | 315 | 244 | 364 | 20 | 41 | 0 | 4 | 417 | 116 | 120 |
| Binary | 11001101 | 10100100 | 11110100 | 10000 | 100001 | 0 | 100 | 100001111 | 1001110 | 1010000 |
Color Harmonies of #CDA4F4
Complementary color
Monochromatic Colors of #CDA4F4
Black with #CDA4F4
Text Example
Text Example
White with #CDA4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4F4; }
p { color: rgb(205,164,244); }
H1.HeaderClassName
{
color: #CDA4F4;
}
.AnyTagClassName
{
color: #CDA4F4;
}
</style>
background-color css
<style>
a { background-color: #CDA4F4; }
a { background-color: rgb(205,164,244); }
div.DivClassName
{
background-color: #CDA4F4;
}
.BgClassName
{
background-color: #CDA4F4;
}
</style>
border-color css
<style>
span { border-color: #CDA4F4; }
span { border-color: rgb(205,164,244); }
td.TdClassName
{
border-color: #CDA4F4;
}
.TagClassName
{
border-color: #CDA4F4;
}
</style>