Shades of Mauve #DDB7EE
Tints of Mauve #DDB7EE
RGB
CMYK
RGB Variations
Color information
#DDB7EE (or 0xDDB7EE) is known color: Mauve. HEX triplet: DD, B7 and EE. RGB value is (221,183,238). Sum of RGB (Red+Green+Blue) = 221+183+238=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 183 (71.88% from 255 or 28.50% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDB7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB7EE is #224811. Grayscale: #C8C8C8. Windows color (decimal): -2246674 or 15644637. OLE color: 15644637.
HSL color Cylindrical-coordinate representation of color #DDB7EE: hue angle of 281.45º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB7EE is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 183 | 238 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.07 |
| HSL | 281.45º | 0.62% | 0.83% | - |
| HSV(B) | 281.45º | 0.23% | 0.93% | - |
| XYZ | 62.18 | 55.41 | 88.31 | - |
| YUV | 200.63 | 149.09 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 238 | 0.07 | 0.23 | 0 | 0.07 | 281.45 | 0.62 | 0.83 |
| Hex | DD | B7 | EE | 7 | 17 | 0 | 7 | 119 | 3E | 53 |
| Octal | 335 | 267 | 356 | 7 | 27 | 0 | 7 | 431 | 76 | 123 |
| Binary | 11011101 | 10110111 | 11101110 | 111 | 10111 | 0 | 111 | 100011001 | 111110 | 1010011 |
Color Harmonies of #DDB7EE
Complementary color
Monochromatic Colors of #DDB7EE
Black with #DDB7EE
Text Example
Text Example
White with #DDB7EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7EE; }
p { color: rgb(221,183,238); }
H1.HeaderClassName
{
color: #DDB7EE;
}
.AnyTagClassName
{
color: #DDB7EE;
}
</style>
background-color css
<style>
a { background-color: #DDB7EE; }
a { background-color: rgb(221,183,238); }
div.DivClassName
{
background-color: #DDB7EE;
}
.BgClassName
{
background-color: #DDB7EE;
}
</style>
border-color css
<style>
span { border-color: #DDB7EE; }
span { border-color: rgb(221,183,238); }
td.TdClassName
{
border-color: #DDB7EE;
}
.TagClassName
{
border-color: #DDB7EE;
}
</style>