Shades of Mauve #DDADF0
Tints of Mauve #DDADF0
RGB
CMYK
RGB Variations
Color information
#DDADF0 (or 0xDDADF0) is known color: Mauve. HEX triplet: DD, AD and F0. RGB value is (221,173,240). Sum of RGB (Red+Green+Blue) = 221+173+240=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 173 (67.97% from 255 or 27.29% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDADF0 is #22520F. Grayscale: #C2C2C2. Windows color (decimal): -2249232 or 15773149. OLE color: 15773149.
HSL color Cylindrical-coordinate representation of color #DDADF0: hue angle of 282.99º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDADF0 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 173 | 240 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.06 |
| HSL | 282.99º | 0.69% | 0.81% | - |
| HSV(B) | 282.99º | 0.28% | 0.94% | - |
| XYZ | 60.49 | 51.55 | 89.2 | - |
| YUV | 194.99 | 153.4 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 240 | 0.08 | 0.28 | 0 | 0.06 | 282.99 | 0.69 | 0.81 |
| Hex | DD | AD | F0 | 8 | 1C | 0 | 6 | 11B | 45 | 51 |
| Octal | 335 | 255 | 360 | 10 | 34 | 0 | 6 | 433 | 105 | 121 |
| Binary | 11011101 | 10101101 | 11110000 | 1000 | 11100 | 0 | 110 | 100011011 | 1000101 | 1010001 |
Color Harmonies of #DDADF0
Complementary color
Monochromatic Colors of #DDADF0
Black with #DDADF0
Text Example
Text Example
White with #DDADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADF0; }
p { color: rgb(221,173,240); }
H1.HeaderClassName
{
color: #DDADF0;
}
.AnyTagClassName
{
color: #DDADF0;
}
</style>
background-color css
<style>
a { background-color: #DDADF0; }
a { background-color: rgb(221,173,240); }
div.DivClassName
{
background-color: #DDADF0;
}
.BgClassName
{
background-color: #DDADF0;
}
</style>
border-color css
<style>
span { border-color: #DDADF0; }
span { border-color: rgb(221,173,240); }
td.TdClassName
{
border-color: #DDADF0;
}
.TagClassName
{
border-color: #DDADF0;
}
</style>