Shades of Mauve #DDB8EC
Tints of Mauve #DDB8EC
RGB
CMYK
RGB Variations
Color information
#DDB8EC (or 0xDDB8EC) is known color: Mauve. HEX triplet: DD, B8 and EC. RGB value is (221,184,236). Sum of RGB (Red+Green+Blue) = 221+184+236=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 184 (72.27% from 255 or 28.71% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDB8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8EC is #224713. Grayscale: #C8C8C8. Windows color (decimal): -2246420 or 15513821. OLE color: 15513821.
HSL color Cylindrical-coordinate representation of color #DDB8EC: hue angle of 282.69º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDB8EC is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 184 | 236 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.07 |
| HSL | 282.69º | 0.58% | 0.82% | - |
| HSV(B) | 282.69º | 0.22% | 0.93% | - |
| XYZ | 62.1 | 55.71 | 86.84 | - |
| YUV | 200.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 236 | 0.06 | 0.22 | 0 | 0.07 | 282.69 | 0.58 | 0.82 |
| Hex | DD | B8 | EC | 6 | 16 | 0 | 7 | 11B | 3A | 52 |
| Octal | 335 | 270 | 354 | 6 | 26 | 0 | 7 | 433 | 72 | 122 |
| Binary | 11011101 | 10111000 | 11101100 | 110 | 10110 | 0 | 111 | 100011011 | 111010 | 1010010 |
Color Harmonies of #DDB8EC
Complementary color
Monochromatic Colors of #DDB8EC
Black with #DDB8EC
Text Example
Text Example
White with #DDB8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8EC; }
p { color: rgb(221,184,236); }
H1.HeaderClassName
{
color: #DDB8EC;
}
.AnyTagClassName
{
color: #DDB8EC;
}
</style>
background-color css
<style>
a { background-color: #DDB8EC; }
a { background-color: rgb(221,184,236); }
div.DivClassName
{
background-color: #DDB8EC;
}
.BgClassName
{
background-color: #DDB8EC;
}
</style>
border-color css
<style>
span { border-color: #DDB8EC; }
span { border-color: rgb(221,184,236); }
td.TdClassName
{
border-color: #DDB8EC;
}
.TagClassName
{
border-color: #DDB8EC;
}
</style>