Shades of Mauve #DDA5FE
Tints of Mauve #DDA5FE
RGB
CMYK
RGB Variations
Color information
#DDA5FE (or 0xDDA5FE) is known color: Mauve. HEX triplet: DD, A5 and FE. RGB value is (221,165,254). Sum of RGB (Red+Green+Blue) = 221+165+254=640 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.53% from 640); Green value is 165 (64.84% from 255 or 25.78% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDA5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA5FE is #225A01. Grayscale: #BFBFBF. Windows color (decimal): -2251266 or 16688605. OLE color: 16688605.
HSL color Cylindrical-coordinate representation of color #DDA5FE: hue angle of 277.75º 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 #DDA5FE is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 165 | 254 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.00 |
| HSL | 277.75º | 0.98% | 0.82% | - |
| HSV(B) | 277.75º | 0.35% | 1% | - |
| XYZ | 61.16 | 49.44 | 100.08 | - |
| YUV | 191.89 | 163.05 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 165 | 254 | 0.13 | 0.35 | 0 | 0.00 | 277.75 | 0.98 | 0.82 |
| Hex | DD | A5 | FE | D | 23 | 0 | 0 | 116 | 62 | 52 |
| Octal | 335 | 245 | 376 | 15 | 43 | 0 | 0 | 426 | 142 | 122 |
| Binary | 11011101 | 10100101 | 11111110 | 1101 | 100011 | 0 | 0 | 100010110 | 1100010 | 1010010 |
Color Harmonies of #DDA5FE
Complementary color
Monochromatic Colors of #DDA5FE
Black with #DDA5FE
Text Example
Text Example
White with #DDA5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA5FE; }
p { color: rgb(221,165,254); }
H1.HeaderClassName
{
color: #DDA5FE;
}
.AnyTagClassName
{
color: #DDA5FE;
}
</style>
background-color css
<style>
a { background-color: #DDA5FE; }
a { background-color: rgb(221,165,254); }
div.DivClassName
{
background-color: #DDA5FE;
}
.BgClassName
{
background-color: #DDA5FE;
}
</style>
border-color css
<style>
span { border-color: #DDA5FE; }
span { border-color: rgb(221,165,254); }
td.TdClassName
{
border-color: #DDA5FE;
}
.TagClassName
{
border-color: #DDA5FE;
}
</style>