Shades of Mauve #DDAFF9
Tints of Mauve #DDAFF9
RGB
CMYK
RGB Variations
Color information
#DDAFF9 (or 0xDDAFF9) is known color: Mauve. HEX triplet: DD, AF and F9. RGB value is (221,175,249). Sum of RGB (Red+Green+Blue) = 221+175+249=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 249 (97.66% from 255 or 38.60% from 645); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDAFF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAFF9 is #225006. Grayscale: #C4C4C4. Windows color (decimal): -2248711 or 16363485. OLE color: 16363485.
HSL color Cylindrical-coordinate representation of color #DDAFF9: hue angle of 277.3º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDAFF9 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 175 | 249 | - |
CMYK | 0.11 | 0.30 | 0 | 0.02 |
HSL | 277.3º | 0.86% | 0.83% | - |
HSV(B) | 277.3º | 0.3% | 0.98% | - |
XYZ | 62.25 | 52.87 | 96.55 | - |
YUV | 197.19 | 157.24 | 144.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 175 | 249 | 0.11 | 0.30 | 0 | 0.02 | 277.3 | 0.86 | 0.83 |
Hex | DD | AF | F9 | B | 1E | 0 | 2 | 115 | 56 | 53 |
Octal | 335 | 257 | 371 | 13 | 36 | 0 | 2 | 425 | 126 | 123 |
Binary | 11011101 | 10101111 | 11111001 | 1011 | 11110 | 0 | 10 | 100010101 | 1010110 | 1010011 |
Color Harmonies of #DDAFF9
Complementary color
Monochromatic Colors of #DDAFF9
Black with #DDAFF9
Text Example
Text Example
White with #DDAFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAFF9; }
p { color: rgb(221,175,249); }
H1.HeaderClassName
{
color: #DDAFF9;
}
.AnyTagClassName
{
color: #DDAFF9;
}
</style>
background-color css
<style>
a { background-color: #DDAFF9; }
a { background-color: rgb(221,175,249); }
div.DivClassName
{
background-color: #DDAFF9;
}
.BgClassName
{
background-color: #DDAFF9;
}
</style>
border-color css
<style>
span { border-color: #DDAFF9; }
span { border-color: rgb(221,175,249); }
td.TdClassName
{
border-color: #DDAFF9;
}
.TagClassName
{
border-color: #DDAFF9;
}
</style>