Shades of Mauve #DDAFF2
Tints of Mauve #DDAFF2
RGB
CMYK
RGB Variations
Color information
#DDAFF2 (or 0xDDAFF2) is known color: Mauve. HEX triplet: DD, AF and F2. RGB value is (221,175,242). Sum of RGB (Red+Green+Blue) = 221+175+242=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 175 (68.75% from 255 or 27.43% from 638); Blue value is 242 (94.92% from 255 or 37.93% from 638); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDAFF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAFF2 is #22500D. Grayscale: #C4C4C4. Windows color (decimal): -2248718 or 15904733. OLE color: 15904733.
HSL color Cylindrical-coordinate representation of color #DDAFF2: hue angle of 281.19º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDAFF2 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 175 | 242 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.05 |
| HSL | 281.19º | 0.72% | 0.82% | - |
| HSV(B) | 281.19º | 0.28% | 0.95% | - |
| XYZ | 61.18 | 52.44 | 90.9 | - |
| YUV | 196.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 175 | 242 | 0.09 | 0.28 | 0 | 0.05 | 281.19 | 0.72 | 0.82 |
| Hex | DD | AF | F2 | 9 | 1C | 0 | 5 | 119 | 48 | 52 |
| Octal | 335 | 257 | 362 | 11 | 34 | 0 | 5 | 431 | 110 | 122 |
| Binary | 11011101 | 10101111 | 11110010 | 1001 | 11100 | 0 | 101 | 100011001 | 1001000 | 1010010 |
Color Harmonies of #DDAFF2
Complementary color
Monochromatic Colors of #DDAFF2
Black with #DDAFF2
Text Example
Text Example
White with #DDAFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFF2; }
p { color: rgb(221,175,242); }
H1.HeaderClassName
{
color: #DDAFF2;
}
.AnyTagClassName
{
color: #DDAFF2;
}
</style>
background-color css
<style>
a { background-color: #DDAFF2; }
a { background-color: rgb(221,175,242); }
div.DivClassName
{
background-color: #DDAFF2;
}
.BgClassName
{
background-color: #DDAFF2;
}
</style>
border-color css
<style>
span { border-color: #DDAFF2; }
span { border-color: rgb(221,175,242); }
td.TdClassName
{
border-color: #DDAFF2;
}
.TagClassName
{
border-color: #DDAFF2;
}
</style>