Shades of Mauve #DDA4FA
Tints of Mauve #DDA4FA
RGB
CMYK
RGB Variations
Color information
#DDA4FA (or 0xDDA4FA) is known color: Mauve. HEX triplet: DD, A4 and FA. RGB value is (221,164,250). Sum of RGB (Red+Green+Blue) = 221+164+250=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 164 (64.45% from 255 or 25.83% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDA4FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA4FA is #225B05. Grayscale: #BEBEBE. Windows color (decimal): -2251526 or 16426205. OLE color: 16426205.
HSL color Cylindrical-coordinate representation of color #DDA4FA: hue angle of 279.77º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDA4FA is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 164 | 250 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.02 |
| HSL | 279.77º | 0.9% | 0.81% | - |
| HSV(B) | 279.77º | 0.34% | 0.98% | - |
| XYZ | 60.35 | 48.83 | 96.69 | - |
| YUV | 190.85 | 161.38 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 250 | 0.12 | 0.34 | 0 | 0.02 | 279.77 | 0.9 | 0.81 |
| Hex | DD | A4 | FA | C | 22 | 0 | 2 | 118 | 5A | 51 |
| Octal | 335 | 244 | 372 | 14 | 42 | 0 | 2 | 430 | 132 | 121 |
| Binary | 11011101 | 10100100 | 11111010 | 1100 | 100010 | 0 | 10 | 100011000 | 1011010 | 1010001 |
Color Harmonies of #DDA4FA
Complementary color
Monochromatic Colors of #DDA4FA
Black with #DDA4FA
Text Example
Text Example
White with #DDA4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA4FA; }
p { color: rgb(221,164,250); }
H1.HeaderClassName
{
color: #DDA4FA;
}
.AnyTagClassName
{
color: #DDA4FA;
}
</style>
background-color css
<style>
a { background-color: #DDA4FA; }
a { background-color: rgb(221,164,250); }
div.DivClassName
{
background-color: #DDA4FA;
}
.BgClassName
{
background-color: #DDA4FA;
}
</style>
border-color css
<style>
span { border-color: #DDA4FA; }
span { border-color: rgb(221,164,250); }
td.TdClassName
{
border-color: #DDA4FA;
}
.TagClassName
{
border-color: #DDA4FA;
}
</style>