Shades of Mauve #DDB8EA
Tints of Mauve #DDB8EA
RGB
CMYK
RGB Variations
Color information
#DDB8EA (or 0xDDB8EA) is known color: Mauve. HEX triplet: DD, B8 and EA. RGB value is (221,184,234). Sum of RGB (Red+Green+Blue) = 221+184+234=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 184 (72.27% from 255 or 28.79% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDB8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8EA is #224715. Grayscale: #C8C8C8. Windows color (decimal): -2246422 or 15382749. OLE color: 15382749.
HSL color Cylindrical-coordinate representation of color #DDB8EA: hue angle of 284.4º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDB8EA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 184 | 234 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.08 |
| HSL | 284.4º | 0.54% | 0.82% | - |
| HSV(B) | 284.4º | 0.21% | 0.92% | - |
| XYZ | 61.81 | 55.59 | 85.31 | - |
| YUV | 200.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 234 | 0.06 | 0.21 | 0 | 0.08 | 284.4 | 0.54 | 0.82 |
| Hex | DD | B8 | EA | 6 | 15 | 0 | 8 | 11C | 36 | 52 |
| Octal | 335 | 270 | 352 | 6 | 25 | 0 | 10 | 434 | 66 | 122 |
| Binary | 11011101 | 10111000 | 11101010 | 110 | 10101 | 0 | 1000 | 100011100 | 110110 | 1010010 |
Color Harmonies of #DDB8EA
Complementary color
Monochromatic Colors of #DDB8EA
Black with #DDB8EA
Text Example
Text Example
White with #DDB8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8EA; }
p { color: rgb(221,184,234); }
H1.HeaderClassName
{
color: #DDB8EA;
}
.AnyTagClassName
{
color: #DDB8EA;
}
</style>
background-color css
<style>
a { background-color: #DDB8EA; }
a { background-color: rgb(221,184,234); }
div.DivClassName
{
background-color: #DDB8EA;
}
.BgClassName
{
background-color: #DDB8EA;
}
</style>
border-color css
<style>
span { border-color: #DDB8EA; }
span { border-color: rgb(221,184,234); }
td.TdClassName
{
border-color: #DDB8EA;
}
.TagClassName
{
border-color: #DDB8EA;
}
</style>