Shades of Mauve #DDC0F9
Tints of Mauve #DDC0F9
RGB
CMYK
RGB Variations
Color information
#DDC0F9 (or 0xDDC0F9) is known color: Mauve. HEX triplet: DD, C0 and F9. RGB value is (221,192,249). Sum of RGB (Red+Green+Blue) = 221+192+249=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 192 (75.39% from 255 or 29.00% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDC0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC0F9 is #223F06. Grayscale: #CECECE. Windows color (decimal): -2244359 or 16367837. OLE color: 16367837.
HSL color Cylindrical-coordinate representation of color #DDC0F9: hue angle of 270.53º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDC0F9 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 192 | 249 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.02 |
| HSL | 270.53º | 0.83% | 0.86% | - |
| HSV(B) | 270.53º | 0.23% | 0.98% | - |
| XYZ | 65.77 | 59.91 | 97.72 | - |
| YUV | 207.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 249 | 0.11 | 0.23 | 0 | 0.02 | 270.53 | 0.83 | 0.86 |
| Hex | DD | C0 | F9 | B | 17 | 0 | 2 | 10F | 53 | 56 |
| Octal | 335 | 300 | 371 | 13 | 27 | 0 | 2 | 417 | 123 | 126 |
| Binary | 11011101 | 11000000 | 11111001 | 1011 | 10111 | 0 | 10 | 100001111 | 1010011 | 1010110 |
Color Harmonies of #DDC0F9
Complementary color
Monochromatic Colors of #DDC0F9
Black with #DDC0F9
Text Example
Text Example
White with #DDC0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC0F9; }
p { color: rgb(221,192,249); }
H1.HeaderClassName
{
color: #DDC0F9;
}
.AnyTagClassName
{
color: #DDC0F9;
}
</style>
background-color css
<style>
a { background-color: #DDC0F9; }
a { background-color: rgb(221,192,249); }
div.DivClassName
{
background-color: #DDC0F9;
}
.BgClassName
{
background-color: #DDC0F9;
}
</style>
border-color css
<style>
span { border-color: #DDC0F9; }
span { border-color: rgb(221,192,249); }
td.TdClassName
{
border-color: #DDC0F9;
}
.TagClassName
{
border-color: #DDC0F9;
}
</style>