Shades of Mauve #DDB4EA
Tints of Mauve #DDB4EA
RGB
CMYK
RGB Variations
Color information
#DDB4EA (or 0xDDB4EA) is known color: Mauve. HEX triplet: DD, B4 and EA. RGB value is (221,180,234). Sum of RGB (Red+Green+Blue) = 221+180+234=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 180 (70.70% from 255 or 28.35% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDB4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB4EA is #224B15. Grayscale: #C6C6C6. Windows color (decimal): -2247446 or 15381725. OLE color: 15381725.
HSL color Cylindrical-coordinate representation of color #DDB4EA: hue angle of 285.56º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDB4EA is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 180 | 234 | - |
| CMYK | 0.06 | 0.23 | 0 | 0.08 |
| HSL | 285.56º | 0.56% | 0.81% | - |
| HSV(B) | 285.56º | 0.23% | 0.92% | - |
| XYZ | 60.99 | 53.96 | 85.04 | - |
| YUV | 198.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 234 | 0.06 | 0.23 | 0 | 0.08 | 285.56 | 0.56 | 0.81 |
| Hex | DD | B4 | EA | 6 | 17 | 0 | 8 | 11E | 38 | 51 |
| Octal | 335 | 264 | 352 | 6 | 27 | 0 | 10 | 436 | 70 | 121 |
| Binary | 11011101 | 10110100 | 11101010 | 110 | 10111 | 0 | 1000 | 100011110 | 111000 | 1010001 |
Color Harmonies of #DDB4EA
Complementary color
Monochromatic Colors of #DDB4EA
Black with #DDB4EA
Text Example
Text Example
White with #DDB4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4EA; }
p { color: rgb(221,180,234); }
H1.HeaderClassName
{
color: #DDB4EA;
}
.AnyTagClassName
{
color: #DDB4EA;
}
</style>
background-color css
<style>
a { background-color: #DDB4EA; }
a { background-color: rgb(221,180,234); }
div.DivClassName
{
background-color: #DDB4EA;
}
.BgClassName
{
background-color: #DDB4EA;
}
</style>
border-color css
<style>
span { border-color: #DDB4EA; }
span { border-color: rgb(221,180,234); }
td.TdClassName
{
border-color: #DDB4EA;
}
.TagClassName
{
border-color: #DDB4EA;
}
</style>