Shades of Mauve #DDADFE
Tints of Mauve #DDADFE
RGB
CMYK
RGB Variations
Color information
#DDADFE (or 0xDDADFE) is known color: Mauve. HEX triplet: DD, AD and FE. RGB value is (221,173,254). Sum of RGB (Red+Green+Blue) = 221+173+254=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 173 (67.97% from 255 or 26.70% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDADFE is #225201. Grayscale: #C4C4C4. Windows color (decimal): -2249218 or 16690653. OLE color: 16690653.
HSL color Cylindrical-coordinate representation of color #DDADFE: hue angle of 275.56º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDADFE is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 173 | 254 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.00 |
| HSL | 275.56º | 0.98% | 0.84% | - |
| HSV(B) | 275.56º | 0.32% | 1% | - |
| XYZ | 62.65 | 52.42 | 100.58 | - |
| YUV | 196.59 | 160.4 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 254 | 0.13 | 0.32 | 0 | 0.00 | 275.56 | 0.98 | 0.84 |
| Hex | DD | AD | FE | D | 20 | 0 | 0 | 114 | 62 | 54 |
| Octal | 335 | 255 | 376 | 15 | 40 | 0 | 0 | 424 | 142 | 124 |
| Binary | 11011101 | 10101101 | 11111110 | 1101 | 100000 | 0 | 0 | 100010100 | 1100010 | 1010100 |
Color Harmonies of #DDADFE
Complementary color
Monochromatic Colors of #DDADFE
Black with #DDADFE
Text Example
Text Example
White with #DDADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADFE; }
p { color: rgb(221,173,254); }
H1.HeaderClassName
{
color: #DDADFE;
}
.AnyTagClassName
{
color: #DDADFE;
}
</style>
background-color css
<style>
a { background-color: #DDADFE; }
a { background-color: rgb(221,173,254); }
div.DivClassName
{
background-color: #DDADFE;
}
.BgClassName
{
background-color: #DDADFE;
}
</style>
border-color css
<style>
span { border-color: #DDADFE; }
span { border-color: rgb(221,173,254); }
td.TdClassName
{
border-color: #DDADFE;
}
.TagClassName
{
border-color: #DDADFE;
}
</style>