Shades of Mauve #DDBDF6
Tints of Mauve #DDBDF6
RGB
CMYK
RGB Variations
Color information
#DDBDF6 (or 0xDDBDF6) is known color: Mauve. HEX triplet: DD, BD and F6. RGB value is (221,189,246). Sum of RGB (Red+Green+Blue) = 221+189+246=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDBDF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDF6 is #224209. Grayscale: #CCCCCC. Windows color (decimal): -2245130 or 16170461. OLE color: 16170461.
HSL color Cylindrical-coordinate representation of color #DDBDF6: hue angle of 273.68º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDBDF6 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 189 | 246 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.04 |
| HSL | 273.68º | 0.76% | 0.85% | - |
| HSV(B) | 273.68º | 0.23% | 0.96% | - |
| XYZ | 64.65 | 58.42 | 95.06 | - |
| YUV | 205.07 | 151.1 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 246 | 0.10 | 0.23 | 0 | 0.04 | 273.68 | 0.76 | 0.85 |
| Hex | DD | BD | F6 | A | 17 | 0 | 4 | 112 | 4C | 55 |
| Octal | 335 | 275 | 366 | 12 | 27 | 0 | 4 | 422 | 114 | 125 |
| Binary | 11011101 | 10111101 | 11110110 | 1010 | 10111 | 0 | 100 | 100010010 | 1001100 | 1010101 |
Color Harmonies of #DDBDF6
Complementary color
Monochromatic Colors of #DDBDF6
Black with #DDBDF6
Text Example
Text Example
White with #DDBDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDF6; }
p { color: rgb(221,189,246); }
H1.HeaderClassName
{
color: #DDBDF6;
}
.AnyTagClassName
{
color: #DDBDF6;
}
</style>
background-color css
<style>
a { background-color: #DDBDF6; }
a { background-color: rgb(221,189,246); }
div.DivClassName
{
background-color: #DDBDF6;
}
.BgClassName
{
background-color: #DDBDF6;
}
</style>
border-color css
<style>
span { border-color: #DDBDF6; }
span { border-color: rgb(221,189,246); }
td.TdClassName
{
border-color: #DDBDF6;
}
.TagClassName
{
border-color: #DDBDF6;
}
</style>