Shades of Mauve #DDB7EF
Tints of Mauve #DDB7EF
RGB
CMYK
RGB Variations
Color information
#DDB7EF (or 0xDDB7EF) is known color: Mauve. HEX triplet: DD, B7 and EF. RGB value is (221,183,239). Sum of RGB (Red+Green+Blue) = 221+183+239=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 183 (71.88% from 255 or 28.46% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDB7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB7EF is #224810. Grayscale: #C8C8C8. Windows color (decimal): -2246673 or 15710173. OLE color: 15710173.
HSL color Cylindrical-coordinate representation of color #DDB7EF: hue angle of 280.71º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB7EF is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 183 | 239 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.06 |
| HSL | 280.71º | 0.64% | 0.83% | - |
| HSV(B) | 280.71º | 0.23% | 0.94% | - |
| XYZ | 62.33 | 55.47 | 89.08 | - |
| YUV | 200.75 | 149.59 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 239 | 0.08 | 0.23 | 0 | 0.06 | 280.71 | 0.64 | 0.83 |
| Hex | DD | B7 | EF | 8 | 17 | 0 | 6 | 119 | 40 | 53 |
| Octal | 335 | 267 | 357 | 10 | 27 | 0 | 6 | 431 | 100 | 123 |
| Binary | 11011101 | 10110111 | 11101111 | 1000 | 10111 | 0 | 110 | 100011001 | 1000000 | 1010011 |
Color Harmonies of #DDB7EF
Complementary color
Monochromatic Colors of #DDB7EF
Black with #DDB7EF
Text Example
Text Example
White with #DDB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7EF; }
p { color: rgb(221,183,239); }
H1.HeaderClassName
{
color: #DDB7EF;
}
.AnyTagClassName
{
color: #DDB7EF;
}
</style>
background-color css
<style>
a { background-color: #DDB7EF; }
a { background-color: rgb(221,183,239); }
div.DivClassName
{
background-color: #DDB7EF;
}
.BgClassName
{
background-color: #DDB7EF;
}
</style>
border-color css
<style>
span { border-color: #DDB7EF; }
span { border-color: rgb(221,183,239); }
td.TdClassName
{
border-color: #DDB7EF;
}
.TagClassName
{
border-color: #DDB7EF;
}
</style>