Shades of Mauve #DDBDEC
Tints of Mauve #DDBDEC
RGB
CMYK
RGB Variations
Color information
#DDBDEC (or 0xDDBDEC) is known color: Mauve. HEX triplet: DD, BD and EC. RGB value is (221,189,236). Sum of RGB (Red+Green+Blue) = 221+189+236=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 189 (74.22% from 255 or 29.26% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDBDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBDEC is #224213. Grayscale: #CBCBCB. Windows color (decimal): -2245140 or 15515101. OLE color: 15515101.
HSL color Cylindrical-coordinate representation of color #DDBDEC: hue angle of 280.85º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDBDEC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 189 | 236 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.07 |
| HSL | 280.85º | 0.55% | 0.83% | - |
| HSV(B) | 280.85º | 0.2% | 0.93% | - |
| XYZ | 63.16 | 57.82 | 87.19 | - |
| YUV | 203.93 | 146.1 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 236 | 0.06 | 0.20 | 0 | 0.07 | 280.85 | 0.55 | 0.83 |
| Hex | DD | BD | EC | 6 | 14 | 0 | 7 | 119 | 37 | 53 |
| Octal | 335 | 275 | 354 | 6 | 24 | 0 | 7 | 431 | 67 | 123 |
| Binary | 11011101 | 10111101 | 11101100 | 110 | 10100 | 0 | 111 | 100011001 | 110111 | 1010011 |
Color Harmonies of #DDBDEC
Complementary color
Monochromatic Colors of #DDBDEC
Black with #DDBDEC
Text Example
Text Example
White with #DDBDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDEC; }
p { color: rgb(221,189,236); }
H1.HeaderClassName
{
color: #DDBDEC;
}
.AnyTagClassName
{
color: #DDBDEC;
}
</style>
background-color css
<style>
a { background-color: #DDBDEC; }
a { background-color: rgb(221,189,236); }
div.DivClassName
{
background-color: #DDBDEC;
}
.BgClassName
{
background-color: #DDBDEC;
}
</style>
border-color css
<style>
span { border-color: #DDBDEC; }
span { border-color: rgb(221,189,236); }
td.TdClassName
{
border-color: #DDBDEC;
}
.TagClassName
{
border-color: #DDBDEC;
}
</style>