Shades of Mauve #DDBCEC
Tints of Mauve #DDBCEC
RGB
CMYK
RGB Variations
Color information
#DDBCEC (or 0xDDBCEC) is known color: Mauve. HEX triplet: DD, BC and EC. RGB value is (221,188,236). Sum of RGB (Red+Green+Blue) = 221+188+236=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 188 (73.83% from 255 or 29.15% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDBCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBCEC is #224313. Grayscale: #CBCBCB. Windows color (decimal): -2245396 or 15514845. OLE color: 15514845.
HSL color Cylindrical-coordinate representation of color #DDBCEC: hue angle of 281.25º degrees, saturation: 0.56, 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 #DDBCEC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 188 | 236 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.07 |
| HSL | 281.25º | 0.56% | 0.83% | - |
| HSV(B) | 281.25º | 0.2% | 0.93% | - |
| XYZ | 62.94 | 57.39 | 87.12 | - |
| YUV | 203.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 236 | 0.06 | 0.20 | 0 | 0.07 | 281.25 | 0.56 | 0.83 |
| Hex | DD | BC | EC | 6 | 14 | 0 | 7 | 119 | 38 | 53 |
| Octal | 335 | 274 | 354 | 6 | 24 | 0 | 7 | 431 | 70 | 123 |
| Binary | 11011101 | 10111100 | 11101100 | 110 | 10100 | 0 | 111 | 100011001 | 111000 | 1010011 |
Color Harmonies of #DDBCEC
Complementary color
Monochromatic Colors of #DDBCEC
Black with #DDBCEC
Text Example
Text Example
White with #DDBCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCEC; }
p { color: rgb(221,188,236); }
H1.HeaderClassName
{
color: #DDBCEC;
}
.AnyTagClassName
{
color: #DDBCEC;
}
</style>
background-color css
<style>
a { background-color: #DDBCEC; }
a { background-color: rgb(221,188,236); }
div.DivClassName
{
background-color: #DDBCEC;
}
.BgClassName
{
background-color: #DDBCEC;
}
</style>
border-color css
<style>
span { border-color: #DDBCEC; }
span { border-color: rgb(221,188,236); }
td.TdClassName
{
border-color: #DDBCEC;
}
.TagClassName
{
border-color: #DDBCEC;
}
</style>