Shades of Mauve #DDADF2
Tints of Mauve #DDADF2
RGB
CMYK
RGB Variations
Color information
#DDADF2 (or 0xDDADF2) is known color: Mauve. HEX triplet: DD, AD and F2. RGB value is (221,173,242). Sum of RGB (Red+Green+Blue) = 221+173+242=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 242 (94.92% from 255 or 38.05% from 636); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDADF2 is #22520D. Grayscale: #C2C2C2. Windows color (decimal): -2249230 or 15904221. OLE color: 15904221.
HSL color Cylindrical-coordinate representation of color #DDADF2: hue angle of 281.74º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDADF2 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 173 | 242 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.05 |
| HSL | 281.74º | 0.73% | 0.81% | - |
| HSV(B) | 281.74º | 0.29% | 0.95% | - |
| XYZ | 60.79 | 51.67 | 90.77 | - |
| YUV | 195.22 | 154.4 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 242 | 0.09 | 0.29 | 0 | 0.05 | 281.74 | 0.73 | 0.81 |
| Hex | DD | AD | F2 | 9 | 1D | 0 | 5 | 11A | 49 | 51 |
| Octal | 335 | 255 | 362 | 11 | 35 | 0 | 5 | 432 | 111 | 121 |
| Binary | 11011101 | 10101101 | 11110010 | 1001 | 11101 | 0 | 101 | 100011010 | 1001001 | 1010001 |
Color Harmonies of #DDADF2
Complementary color
Monochromatic Colors of #DDADF2
Black with #DDADF2
Text Example
Text Example
White with #DDADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADF2; }
p { color: rgb(221,173,242); }
H1.HeaderClassName
{
color: #DDADF2;
}
.AnyTagClassName
{
color: #DDADF2;
}
</style>
background-color css
<style>
a { background-color: #DDADF2; }
a { background-color: rgb(221,173,242); }
div.DivClassName
{
background-color: #DDADF2;
}
.BgClassName
{
background-color: #DDADF2;
}
</style>
border-color css
<style>
span { border-color: #DDADF2; }
span { border-color: rgb(221,173,242); }
td.TdClassName
{
border-color: #DDADF2;
}
.TagClassName
{
border-color: #DDADF2;
}
</style>