Shades of Mauve #DDB7ED
Tints of Mauve #DDB7ED
RGB
CMYK
RGB Variations
Color information
#DDB7ED (or 0xDDB7ED) is known color: Mauve. HEX triplet: DD, B7 and ED. RGB value is (221,183,237). Sum of RGB (Red+Green+Blue) = 221+183+237=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 183 (71.88% from 255 or 28.55% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDB7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB7ED is #224812. Grayscale: #C8C8C8. Windows color (decimal): -2246675 or 15579101. OLE color: 15579101.
HSL color Cylindrical-coordinate representation of color #DDB7ED: hue angle of 282.22º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB7ED is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 183 | 237 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.07 |
| HSL | 282.22º | 0.6% | 0.82% | - |
| HSV(B) | 282.22º | 0.23% | 0.93% | - |
| XYZ | 62.04 | 55.35 | 87.54 | - |
| YUV | 200.52 | 148.59 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 237 | 0.07 | 0.23 | 0 | 0.07 | 282.22 | 0.6 | 0.82 |
| Hex | DD | B7 | ED | 7 | 17 | 0 | 7 | 11A | 3C | 52 |
| Octal | 335 | 267 | 355 | 7 | 27 | 0 | 7 | 432 | 74 | 122 |
| Binary | 11011101 | 10110111 | 11101101 | 111 | 10111 | 0 | 111 | 100011010 | 111100 | 1010010 |
Color Harmonies of #DDB7ED
Complementary color
Monochromatic Colors of #DDB7ED
Black with #DDB7ED
Text Example
Text Example
White with #DDB7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7ED; }
p { color: rgb(221,183,237); }
H1.HeaderClassName
{
color: #DDB7ED;
}
.AnyTagClassName
{
color: #DDB7ED;
}
</style>
background-color css
<style>
a { background-color: #DDB7ED; }
a { background-color: rgb(221,183,237); }
div.DivClassName
{
background-color: #DDB7ED;
}
.BgClassName
{
background-color: #DDB7ED;
}
</style>
border-color css
<style>
span { border-color: #DDB7ED; }
span { border-color: rgb(221,183,237); }
td.TdClassName
{
border-color: #DDB7ED;
}
.TagClassName
{
border-color: #DDB7ED;
}
</style>