Shades of Mauve #DDA4FE
Tints of Mauve #DDA4FE
RGB
CMYK
RGB Variations
Color information
#DDA4FE (or 0xDDA4FE) is known color: Mauve. HEX triplet: DD, A4 and FE. RGB value is (221,164,254). Sum of RGB (Red+Green+Blue) = 221+164+254=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 164 (64.45% from 255 or 25.67% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDA4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA4FE is #225B01. Grayscale: #BFBFBF. Windows color (decimal): -2251522 or 16688349. OLE color: 16688349.
HSL color Cylindrical-coordinate representation of color #DDA4FE: hue angle of 278º 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 #DDA4FE is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 164 | 254 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.00 |
| HSL | 278º | 0.98% | 0.82% | - |
| HSV(B) | 278º | 0.35% | 1% | - |
| XYZ | 60.98 | 49.08 | 100.02 | - |
| YUV | 191.3 | 163.38 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 164 | 254 | 0.13 | 0.35 | 0 | 0.00 | 278 | 0.98 | 0.82 |
| Hex | DD | A4 | FE | D | 23 | 0 | 0 | 116 | 62 | 52 |
| Octal | 335 | 244 | 376 | 15 | 43 | 0 | 0 | 426 | 142 | 122 |
| Binary | 11011101 | 10100100 | 11111110 | 1101 | 100011 | 0 | 0 | 100010110 | 1100010 | 1010010 |
Color Harmonies of #DDA4FE
Complementary color
Monochromatic Colors of #DDA4FE
Black with #DDA4FE
Text Example
Text Example
White with #DDA4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA4FE; }
p { color: rgb(221,164,254); }
H1.HeaderClassName
{
color: #DDA4FE;
}
.AnyTagClassName
{
color: #DDA4FE;
}
</style>
background-color css
<style>
a { background-color: #DDA4FE; }
a { background-color: rgb(221,164,254); }
div.DivClassName
{
background-color: #DDA4FE;
}
.BgClassName
{
background-color: #DDA4FE;
}
</style>
border-color css
<style>
span { border-color: #DDA4FE; }
span { border-color: rgb(221,164,254); }
td.TdClassName
{
border-color: #DDA4FE;
}
.TagClassName
{
border-color: #DDA4FE;
}
</style>