Shades of Mauve #DDB7F0
Tints of Mauve #DDB7F0
RGB
CMYK
RGB Variations
Color information
#DDB7F0 (or 0xDDB7F0) is known color: Mauve. HEX triplet: DD, B7 and F0. RGB value is (221,183,240). Sum of RGB (Red+Green+Blue) = 221+183+240=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 183 (71.88% from 255 or 28.42% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #DDB7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB7F0 is #22480F. Grayscale: #C8C8C8. Windows color (decimal): -2246672 or 15775709. OLE color: 15775709.
HSL color Cylindrical-coordinate representation of color #DDB7F0: hue angle of 280º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDB7F0 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 183 | 240 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.06 |
| HSL | 280º | 0.66% | 0.83% | - |
| HSV(B) | 280º | 0.24% | 0.94% | - |
| XYZ | 62.48 | 55.53 | 89.86 | - |
| YUV | 200.86 | 150.09 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 240 | 0.08 | 0.24 | 0 | 0.06 | 280 | 0.66 | 0.83 |
| Hex | DD | B7 | F0 | 8 | 18 | 0 | 6 | 118 | 42 | 53 |
| Octal | 335 | 267 | 360 | 10 | 30 | 0 | 6 | 430 | 102 | 123 |
| Binary | 11011101 | 10110111 | 11110000 | 1000 | 11000 | 0 | 110 | 100011000 | 1000010 | 1010011 |
Color Harmonies of #DDB7F0
Complementary color
Monochromatic Colors of #DDB7F0
Black with #DDB7F0
Text Example
Text Example
White with #DDB7F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7F0; }
p { color: rgb(221,183,240); }
H1.HeaderClassName
{
color: #DDB7F0;
}
.AnyTagClassName
{
color: #DDB7F0;
}
</style>
background-color css
<style>
a { background-color: #DDB7F0; }
a { background-color: rgb(221,183,240); }
div.DivClassName
{
background-color: #DDB7F0;
}
.BgClassName
{
background-color: #DDB7F0;
}
</style>
border-color css
<style>
span { border-color: #DDB7F0; }
span { border-color: rgb(221,183,240); }
td.TdClassName
{
border-color: #DDB7F0;
}
.TagClassName
{
border-color: #DDB7F0;
}
</style>