Shades of Mauve #DDB9ED
Tints of Mauve #DDB9ED
RGB
CMYK
RGB Variations
Color information
#DDB9ED (or 0xDDB9ED) is known color: Mauve. HEX triplet: DD, B9 and ED. RGB value is (221,185,237). Sum of RGB (Red+Green+Blue) = 221+185+237=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 185 (72.66% from 255 or 28.77% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDB9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB9ED is #224612. Grayscale: #C9C9C9. Windows color (decimal): -2246163 or 15579613. OLE color: 15579613.
HSL color Cylindrical-coordinate representation of color #DDB9ED: hue angle of 281.54º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDB9ED is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 185 | 237 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.07 |
| HSL | 281.54º | 0.59% | 0.83% | - |
| HSV(B) | 281.54º | 0.22% | 0.93% | - |
| XYZ | 62.45 | 56.18 | 87.67 | - |
| YUV | 201.69 | 147.93 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 237 | 0.07 | 0.22 | 0 | 0.07 | 281.54 | 0.59 | 0.83 |
| Hex | DD | B9 | ED | 7 | 16 | 0 | 7 | 11A | 3B | 53 |
| Octal | 335 | 271 | 355 | 7 | 26 | 0 | 7 | 432 | 73 | 123 |
| Binary | 11011101 | 10111001 | 11101101 | 111 | 10110 | 0 | 111 | 100011010 | 111011 | 1010011 |
Color Harmonies of #DDB9ED
Complementary color
Monochromatic Colors of #DDB9ED
Black with #DDB9ED
Text Example
Text Example
White with #DDB9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB9ED; }
p { color: rgb(221,185,237); }
H1.HeaderClassName
{
color: #DDB9ED;
}
.AnyTagClassName
{
color: #DDB9ED;
}
</style>
background-color css
<style>
a { background-color: #DDB9ED; }
a { background-color: rgb(221,185,237); }
div.DivClassName
{
background-color: #DDB9ED;
}
.BgClassName
{
background-color: #DDB9ED;
}
</style>
border-color css
<style>
span { border-color: #DDB9ED; }
span { border-color: rgb(221,185,237); }
td.TdClassName
{
border-color: #DDB9ED;
}
.TagClassName
{
border-color: #DDB9ED;
}
</style>