Shades of Mauve #DDA9FC
Tints of Mauve #DDA9FC
RGB
CMYK
RGB Variations
Color information
#DDA9FC (or 0xDDA9FC) is known color: Mauve. HEX triplet: DD, A9 and FC. RGB value is (221,169,252). Sum of RGB (Red+Green+Blue) = 221+169+252=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 169 (66.41% from 255 or 26.32% from 642); Blue value is 252 (98.83% from 255 or 39.25% from 642); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDA9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA9FC is #225603. Grayscale: #C1C1C1. Windows color (decimal): -2250244 or 16558557. OLE color: 16558557.
HSL color Cylindrical-coordinate representation of color #DDA9FC: hue angle of 277.59º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDA9FC is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 169 | 252 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.01 |
| HSL | 277.59º | 0.93% | 0.83% | - |
| HSV(B) | 277.59º | 0.33% | 0.99% | - |
| XYZ | 61.58 | 50.78 | 98.65 | - |
| YUV | 194.01 | 160.73 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 252 | 0.12 | 0.33 | 0 | 0.01 | 277.59 | 0.93 | 0.83 |
| Hex | DD | A9 | FC | C | 21 | 0 | 1 | 116 | 5D | 53 |
| Octal | 335 | 251 | 374 | 14 | 41 | 0 | 1 | 426 | 135 | 123 |
| Binary | 11011101 | 10101001 | 11111100 | 1100 | 100001 | 0 | 1 | 100010110 | 1011101 | 1010011 |
Color Harmonies of #DDA9FC
Complementary color
Monochromatic Colors of #DDA9FC
Black with #DDA9FC
Text Example
Text Example
White with #DDA9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA9FC; }
p { color: rgb(221,169,252); }
H1.HeaderClassName
{
color: #DDA9FC;
}
.AnyTagClassName
{
color: #DDA9FC;
}
</style>
background-color css
<style>
a { background-color: #DDA9FC; }
a { background-color: rgb(221,169,252); }
div.DivClassName
{
background-color: #DDA9FC;
}
.BgClassName
{
background-color: #DDA9FC;
}
</style>
border-color css
<style>
span { border-color: #DDA9FC; }
span { border-color: rgb(221,169,252); }
td.TdClassName
{
border-color: #DDA9FC;
}
.TagClassName
{
border-color: #DDA9FC;
}
</style>