Shades of Mauve #DDB6F6
Tints of Mauve #DDB6F6
RGB
CMYK
RGB Variations
Color information
#DDB6F6 (or 0xDDB6F6) is known color: Mauve. HEX triplet: DD, B6 and F6. RGB value is (221,182,246). Sum of RGB (Red+Green+Blue) = 221+182+246=649 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.05% from 649); Green value is 182 (71.48% from 255 or 28.04% from 649); Blue value is 246 (96.48% from 255 or 37.90% from 649); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDB6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB6F6 is #224909. Grayscale: #C8C8C8. Windows color (decimal): -2246922 or 16168669. OLE color: 16168669.
HSL color Cylindrical-coordinate representation of color #DDB6F6: hue angle of 276.56º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDB6F6 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 182 | 246 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.04 |
| HSL | 276.56º | 0.78% | 0.84% | - |
| HSV(B) | 276.56º | 0.26% | 0.96% | - |
| XYZ | 63.18 | 55.48 | 94.57 | - |
| YUV | 200.96 | 153.42 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 246 | 0.10 | 0.26 | 0 | 0.04 | 276.56 | 0.78 | 0.84 |
| Hex | DD | B6 | F6 | A | 1A | 0 | 4 | 115 | 4E | 54 |
| Octal | 335 | 266 | 366 | 12 | 32 | 0 | 4 | 425 | 116 | 124 |
| Binary | 11011101 | 10110110 | 11110110 | 1010 | 11010 | 0 | 100 | 100010101 | 1001110 | 1010100 |
Color Harmonies of #DDB6F6
Complementary color
Monochromatic Colors of #DDB6F6
Black with #DDB6F6
Text Example
Text Example
White with #DDB6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6F6; }
p { color: rgb(221,182,246); }
H1.HeaderClassName
{
color: #DDB6F6;
}
.AnyTagClassName
{
color: #DDB6F6;
}
</style>
background-color css
<style>
a { background-color: #DDB6F6; }
a { background-color: rgb(221,182,246); }
div.DivClassName
{
background-color: #DDB6F6;
}
.BgClassName
{
background-color: #DDB6F6;
}
</style>
border-color css
<style>
span { border-color: #DDB6F6; }
span { border-color: rgb(221,182,246); }
td.TdClassName
{
border-color: #DDB6F6;
}
.TagClassName
{
border-color: #DDB6F6;
}
</style>