Shades of Mauve #DDBAED
Tints of Mauve #DDBAED
RGB
CMYK
RGB Variations
Color information
#DDBAED (or 0xDDBAED) is known color: Mauve. HEX triplet: DD, BA and ED. RGB value is (221,186,237). Sum of RGB (Red+Green+Blue) = 221+186+237=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 186 (73.05% from 255 or 28.88% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDBAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBAED is #224512. Grayscale: #CACACA. Windows color (decimal): -2245907 or 15579869. OLE color: 15579869.
HSL color Cylindrical-coordinate representation of color #DDBAED: hue angle of 281.18º 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 #DDBAED is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 186 | 237 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.07 |
| HSL | 281.18º | 0.59% | 0.83% | - |
| HSV(B) | 281.18º | 0.22% | 0.93% | - |
| XYZ | 62.66 | 56.6 | 87.74 | - |
| YUV | 202.28 | 147.6 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 237 | 0.07 | 0.22 | 0 | 0.07 | 281.18 | 0.59 | 0.83 |
| Hex | DD | BA | ED | 7 | 16 | 0 | 7 | 119 | 3B | 53 |
| Octal | 335 | 272 | 355 | 7 | 26 | 0 | 7 | 431 | 73 | 123 |
| Binary | 11011101 | 10111010 | 11101101 | 111 | 10110 | 0 | 111 | 100011001 | 111011 | 1010011 |
Color Harmonies of #DDBAED
Complementary color
Monochromatic Colors of #DDBAED
Black with #DDBAED
Text Example
Text Example
White with #DDBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAED; }
p { color: rgb(221,186,237); }
H1.HeaderClassName
{
color: #DDBAED;
}
.AnyTagClassName
{
color: #DDBAED;
}
</style>
background-color css
<style>
a { background-color: #DDBAED; }
a { background-color: rgb(221,186,237); }
div.DivClassName
{
background-color: #DDBAED;
}
.BgClassName
{
background-color: #DDBAED;
}
</style>
border-color css
<style>
span { border-color: #DDBAED; }
span { border-color: rgb(221,186,237); }
td.TdClassName
{
border-color: #DDBAED;
}
.TagClassName
{
border-color: #DDBAED;
}
</style>