Shades of Mauve #DDBEEC
Tints of Mauve #DDBEEC
RGB
CMYK
RGB Variations
Color information
#DDBEEC (or 0xDDBEEC) is known color: Mauve. HEX triplet: DD, BE and EC. RGB value is (221,190,236). Sum of RGB (Red+Green+Blue) = 221+190+236=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDBEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBEEC is #224113. Grayscale: #CCCCCC. Windows color (decimal): -2244884 or 15515357. OLE color: 15515357.
HSL color Cylindrical-coordinate representation of color #DDBEEC: hue angle of 280.43º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDBEEC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 190 | 236 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.07 |
| HSL | 280.43º | 0.55% | 0.84% | - |
| HSV(B) | 280.43º | 0.19% | 0.93% | - |
| XYZ | 63.37 | 58.26 | 87.26 | - |
| YUV | 204.51 | 145.77 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 236 | 0.06 | 0.19 | 0 | 0.07 | 280.43 | 0.55 | 0.84 |
| Hex | DD | BE | EC | 6 | 13 | 0 | 7 | 118 | 37 | 54 |
| Octal | 335 | 276 | 354 | 6 | 23 | 0 | 7 | 430 | 67 | 124 |
| Binary | 11011101 | 10111110 | 11101100 | 110 | 10011 | 0 | 111 | 100011000 | 110111 | 1010100 |
Color Harmonies of #DDBEEC
Complementary color
Monochromatic Colors of #DDBEEC
Black with #DDBEEC
Text Example
Text Example
White with #DDBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEEC; }
p { color: rgb(221,190,236); }
H1.HeaderClassName
{
color: #DDBEEC;
}
.AnyTagClassName
{
color: #DDBEEC;
}
</style>
background-color css
<style>
a { background-color: #DDBEEC; }
a { background-color: rgb(221,190,236); }
div.DivClassName
{
background-color: #DDBEEC;
}
.BgClassName
{
background-color: #DDBEEC;
}
</style>
border-color css
<style>
span { border-color: #DDBEEC; }
span { border-color: rgb(221,190,236); }
td.TdClassName
{
border-color: #DDBEEC;
}
.TagClassName
{
border-color: #DDBEEC;
}
</style>