Shades of Mauve #DDB7F7
Tints of Mauve #DDB7F7
RGB
CMYK
RGB Variations
Color information
#DDB7F7 (or 0xDDB7F7) is known color: Mauve. HEX triplet: DD, B7 and F7. RGB value is (221,183,247). Sum of RGB (Red+Green+Blue) = 221+183+247=651 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.95% from 651); Green value is 183 (71.88% from 255 or 28.11% from 651); Blue value is 247 (96.88% from 255 or 37.94% from 651); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDB7F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB7F7 is #224808. Grayscale: #C9C9C9. Windows color (decimal): -2246665 or 16234461. OLE color: 16234461.
HSL color Cylindrical-coordinate representation of color #DDB7F7: hue angle of 275.62º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDB7F7 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 183 | 247 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.03 |
| HSL | 275.63º | 0.8% | 0.84% | - |
| HSV(B) | 275.63º | 0.26% | 0.97% | - |
| XYZ | 63.54 | 55.95 | 95.45 | - |
| YUV | 201.66 | 153.59 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 247 | 0.11 | 0.26 | 0 | 0.03 | 275.63 | 0.8 | 0.84 |
| Hex | DD | B7 | F7 | B | 1A | 0 | 3 | 114 | 50 | 54 |
| Octal | 335 | 267 | 367 | 13 | 32 | 0 | 3 | 424 | 120 | 124 |
| Binary | 11011101 | 10110111 | 11110111 | 1011 | 11010 | 0 | 11 | 100010100 | 1010000 | 1010100 |
Color Harmonies of #DDB7F7
Complementary color
Monochromatic Colors of #DDB7F7
Black with #DDB7F7
Text Example
Text Example
White with #DDB7F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7F7; }
p { color: rgb(221,183,247); }
H1.HeaderClassName
{
color: #DDB7F7;
}
.AnyTagClassName
{
color: #DDB7F7;
}
</style>
background-color css
<style>
a { background-color: #DDB7F7; }
a { background-color: rgb(221,183,247); }
div.DivClassName
{
background-color: #DDB7F7;
}
.BgClassName
{
background-color: #DDB7F7;
}
</style>
border-color css
<style>
span { border-color: #DDB7F7; }
span { border-color: rgb(221,183,247); }
td.TdClassName
{
border-color: #DDB7F7;
}
.TagClassName
{
border-color: #DDB7F7;
}
</style>