Shades of Mauve #DDAEF1
Tints of Mauve #DDAEF1
RGB
CMYK
RGB Variations
Color information
#DDAEF1 (or 0xDDAEF1) is known color: Mauve. HEX triplet: DD, AE and F1. RGB value is (221,174,241). Sum of RGB (Red+Green+Blue) = 221+174+241=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 174 (68.36% from 255 or 27.36% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDAEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEF1 is #22510E. Grayscale: #C3C3C3. Windows color (decimal): -2248975 or 15838941. OLE color: 15838941.
HSL color Cylindrical-coordinate representation of color #DDAEF1: hue angle of 282.09º 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 #DDAEF1 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 174 | 241 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.05 |
| HSL | 282.09º | 0.71% | 0.81% | - |
| HSV(B) | 282.09º | 0.28% | 0.95% | - |
| XYZ | 60.83 | 52 | 90.05 | - |
| YUV | 195.69 | 153.57 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 241 | 0.08 | 0.28 | 0 | 0.05 | 282.09 | 0.71 | 0.81 |
| Hex | DD | AE | F1 | 8 | 1C | 0 | 5 | 11A | 47 | 51 |
| Octal | 335 | 256 | 361 | 10 | 34 | 0 | 5 | 432 | 107 | 121 |
| Binary | 11011101 | 10101110 | 11110001 | 1000 | 11100 | 0 | 101 | 100011010 | 1000111 | 1010001 |
Color Harmonies of #DDAEF1
Complementary color
Monochromatic Colors of #DDAEF1
Black with #DDAEF1
Text Example
Text Example
White with #DDAEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEF1; }
p { color: rgb(221,174,241); }
H1.HeaderClassName
{
color: #DDAEF1;
}
.AnyTagClassName
{
color: #DDAEF1;
}
</style>
background-color css
<style>
a { background-color: #DDAEF1; }
a { background-color: rgb(221,174,241); }
div.DivClassName
{
background-color: #DDAEF1;
}
.BgClassName
{
background-color: #DDAEF1;
}
</style>
border-color css
<style>
span { border-color: #DDAEF1; }
span { border-color: rgb(221,174,241); }
td.TdClassName
{
border-color: #DDAEF1;
}
.TagClassName
{
border-color: #DDAEF1;
}
</style>