Shades of Mauve #DDADF1
Tints of Mauve #DDADF1
RGB
CMYK
RGB Variations
Color information
#DDADF1 (or 0xDDADF1) is known color: Mauve. HEX triplet: DD, AD and F1. RGB value is (221,173,241). Sum of RGB (Red+Green+Blue) = 221+173+241=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDADF1 is #22520E. Grayscale: #C2C2C2. Windows color (decimal): -2249231 or 15838685. OLE color: 15838685.
HSL color Cylindrical-coordinate representation of color #DDADF1: hue angle of 282.35º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDADF1 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 173 | 241 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.05 |
| HSL | 282.35º | 0.71% | 0.81% | - |
| HSV(B) | 282.35º | 0.28% | 0.95% | - |
| XYZ | 60.64 | 51.61 | 89.98 | - |
| YUV | 195.1 | 153.9 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 241 | 0.08 | 0.28 | 0 | 0.05 | 282.35 | 0.71 | 0.81 |
| Hex | DD | AD | F1 | 8 | 1C | 0 | 5 | 11A | 47 | 51 |
| Octal | 335 | 255 | 361 | 10 | 34 | 0 | 5 | 432 | 107 | 121 |
| Binary | 11011101 | 10101101 | 11110001 | 1000 | 11100 | 0 | 101 | 100011010 | 1000111 | 1010001 |
Color Harmonies of #DDADF1
Complementary color
Monochromatic Colors of #DDADF1
Black with #DDADF1
Text Example
Text Example
White with #DDADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADF1; }
p { color: rgb(221,173,241); }
H1.HeaderClassName
{
color: #DDADF1;
}
.AnyTagClassName
{
color: #DDADF1;
}
</style>
background-color css
<style>
a { background-color: #DDADF1; }
a { background-color: rgb(221,173,241); }
div.DivClassName
{
background-color: #DDADF1;
}
.BgClassName
{
background-color: #DDADF1;
}
</style>
border-color css
<style>
span { border-color: #DDADF1; }
span { border-color: rgb(221,173,241); }
td.TdClassName
{
border-color: #DDADF1;
}
.TagClassName
{
border-color: #DDADF1;
}
</style>