Shades of Mauve #DDBCED
Tints of Mauve #DDBCED
RGB
CMYK
RGB Variations
Color information
#DDBCED (or 0xDDBCED) is known color: Mauve. HEX triplet: DD, BC and ED. RGB value is (221,188,237). Sum of RGB (Red+Green+Blue) = 221+188+237=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDBCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBCED is #224312. Grayscale: #CBCBCB. Windows color (decimal): -2245395 or 15580381. OLE color: 15580381.
HSL color Cylindrical-coordinate representation of color #DDBCED: hue angle of 280.41º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDBCED is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 188 | 237 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.07 |
| HSL | 280.41º | 0.58% | 0.83% | - |
| HSV(B) | 280.41º | 0.21% | 0.93% | - |
| XYZ | 63.09 | 57.45 | 87.89 | - |
| YUV | 203.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 237 | 0.07 | 0.21 | 0 | 0.07 | 280.41 | 0.58 | 0.83 |
| Hex | DD | BC | ED | 7 | 15 | 0 | 7 | 118 | 3A | 53 |
| Octal | 335 | 274 | 355 | 7 | 25 | 0 | 7 | 430 | 72 | 123 |
| Binary | 11011101 | 10111100 | 11101101 | 111 | 10101 | 0 | 111 | 100011000 | 111010 | 1010011 |
Color Harmonies of #DDBCED
Complementary color
Monochromatic Colors of #DDBCED
Black with #DDBCED
Text Example
Text Example
White with #DDBCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCED; }
p { color: rgb(221,188,237); }
H1.HeaderClassName
{
color: #DDBCED;
}
.AnyTagClassName
{
color: #DDBCED;
}
</style>
background-color css
<style>
a { background-color: #DDBCED; }
a { background-color: rgb(221,188,237); }
div.DivClassName
{
background-color: #DDBCED;
}
.BgClassName
{
background-color: #DDBCED;
}
</style>
border-color css
<style>
span { border-color: #DDBCED; }
span { border-color: rgb(221,188,237); }
td.TdClassName
{
border-color: #DDBCED;
}
.TagClassName
{
border-color: #DDBCED;
}
</style>