Shades of Mauve #DDAAFC
Tints of Mauve #DDAAFC
RGB
CMYK
RGB Variations
Color information
#DDAAFC (or 0xDDAAFC) is known color: Mauve. HEX triplet: DD, AA and FC. RGB value is (221,170,252). Sum of RGB (Red+Green+Blue) = 221+170+252=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 170 (66.80% from 255 or 26.44% from 643); Blue value is 252 (98.83% from 255 or 39.19% from 643); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDAAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAAFC is #225503. Grayscale: #C2C2C2. Windows color (decimal): -2249988 or 16558813. OLE color: 16558813.
HSL color Cylindrical-coordinate representation of color #DDAAFC: hue angle of 277.32º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDAAFC is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 170 | 252 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.01 |
| HSL | 277.32º | 0.93% | 0.83% | - |
| HSV(B) | 277.32º | 0.33% | 0.99% | - |
| XYZ | 61.76 | 51.15 | 98.71 | - |
| YUV | 194.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 252 | 0.12 | 0.33 | 0 | 0.01 | 277.32 | 0.93 | 0.83 |
| Hex | DD | AA | FC | C | 21 | 0 | 1 | 115 | 5D | 53 |
| Octal | 335 | 252 | 374 | 14 | 41 | 0 | 1 | 425 | 135 | 123 |
| Binary | 11011101 | 10101010 | 11111100 | 1100 | 100001 | 0 | 1 | 100010101 | 1011101 | 1010011 |
Color Harmonies of #DDAAFC
Complementary color
Monochromatic Colors of #DDAAFC
Black with #DDAAFC
Text Example
Text Example
White with #DDAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAAFC; }
p { color: rgb(221,170,252); }
H1.HeaderClassName
{
color: #DDAAFC;
}
.AnyTagClassName
{
color: #DDAAFC;
}
</style>
background-color css
<style>
a { background-color: #DDAAFC; }
a { background-color: rgb(221,170,252); }
div.DivClassName
{
background-color: #DDAAFC;
}
.BgClassName
{
background-color: #DDAAFC;
}
</style>
border-color css
<style>
span { border-color: #DDAAFC; }
span { border-color: rgb(221,170,252); }
td.TdClassName
{
border-color: #DDAAFC;
}
.TagClassName
{
border-color: #DDAAFC;
}
</style>