Shades of Mauve #DDBCEB
Tints of Mauve #DDBCEB
RGB
CMYK
RGB Variations
Color information
#DDBCEB (or 0xDDBCEB) is known color: Mauve. HEX triplet: DD, BC and EB. RGB value is (221,188,235). Sum of RGB (Red+Green+Blue) = 221+188+235=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDBCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBCEB is #224314. Grayscale: #CBCBCB. Windows color (decimal): -2245397 or 15449309. OLE color: 15449309.
HSL color Cylindrical-coordinate representation of color #DDBCEB: hue angle of 282.13º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDBCEB is Cyan = 0.06, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 188 | 235 | - |
| CMYK | 0.06 | 0.2 | 0 | 0.08 |
| HSL | 282.13º | 0.54% | 0.83% | - |
| HSV(B) | 282.13º | 0.2% | 0.92% | - |
| XYZ | 62.8 | 57.34 | 86.35 | - |
| YUV | 203.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 235 | 0.06 | 0.2 | 0 | 0.08 | 282.13 | 0.54 | 0.83 |
| Hex | DD | BC | EB | 6 | 14 | 0 | 8 | 11A | 36 | 53 |
| Octal | 335 | 274 | 353 | 6 | 24 | 0 | 10 | 432 | 66 | 123 |
| Binary | 11011101 | 10111100 | 11101011 | 110 | 10100 | 0 | 1000 | 100011010 | 110110 | 1010011 |
Color Harmonies of #DDBCEB
Complementary color
Monochromatic Colors of #DDBCEB
Black with #DDBCEB
Text Example
Text Example
White with #DDBCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCEB; }
p { color: rgb(221,188,235); }
H1.HeaderClassName
{
color: #DDBCEB;
}
.AnyTagClassName
{
color: #DDBCEB;
}
</style>
background-color css
<style>
a { background-color: #DDBCEB; }
a { background-color: rgb(221,188,235); }
div.DivClassName
{
background-color: #DDBCEB;
}
.BgClassName
{
background-color: #DDBCEB;
}
</style>
border-color css
<style>
span { border-color: #DDBCEB; }
span { border-color: rgb(221,188,235); }
td.TdClassName
{
border-color: #DDBCEB;
}
.TagClassName
{
border-color: #DDBCEB;
}
</style>