Shades of Mauve #DDB2EC
Tints of Mauve #DDB2EC
RGB
CMYK
RGB Variations
Color information
#DDB2EC (or 0xDDB2EC) is known color: Mauve. HEX triplet: DD, B2 and EC. RGB value is (221,178,236). Sum of RGB (Red+Green+Blue) = 221+178+236=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 178 (69.92% from 255 or 28.03% from 635); Blue value is 236 (92.58% from 255 or 37.17% from 635); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDB2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB2EC is #224D13. Grayscale: #C5C5C5. Windows color (decimal): -2247956 or 15512285. OLE color: 15512285.
HSL color Cylindrical-coordinate representation of color #DDB2EC: hue angle of 284.48º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDB2EC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 178 | 236 | - |
CMYK | 0.06 | 0.25 | 0 | 0.07 |
HSL | 284.48º | 0.6% | 0.81% | - |
HSV(B) | 284.48º | 0.25% | 0.93% | - |
XYZ | 60.88 | 53.27 | 86.43 | - |
YUV | 197.47 | 149.75 | 144.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 178 | 236 | 0.06 | 0.25 | 0 | 0.07 | 284.48 | 0.6 | 0.81 |
Hex | DD | B2 | EC | 6 | 19 | 0 | 7 | 11C | 3C | 51 |
Octal | 335 | 262 | 354 | 6 | 31 | 0 | 7 | 434 | 74 | 121 |
Binary | 11011101 | 10110010 | 11101100 | 110 | 11001 | 0 | 111 | 100011100 | 111100 | 1010001 |
Color Harmonies of #DDB2EC
Complementary color
Monochromatic Colors of #DDB2EC
Black with #DDB2EC
Text Example
Text Example
White with #DDB2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2EC; }
p { color: rgb(221,178,236); }
H1.HeaderClassName
{
color: #DDB2EC;
}
.AnyTagClassName
{
color: #DDB2EC;
}
</style>
background-color css
<style>
a { background-color: #DDB2EC; }
a { background-color: rgb(221,178,236); }
div.DivClassName
{
background-color: #DDB2EC;
}
.BgClassName
{
background-color: #DDB2EC;
}
</style>
border-color css
<style>
span { border-color: #DDB2EC; }
span { border-color: rgb(221,178,236); }
td.TdClassName
{
border-color: #DDB2EC;
}
.TagClassName
{
border-color: #DDB2EC;
}
</style>