Shades of Mauve #DDB6EA
Tints of Mauve #DDB6EA
RGB
CMYK
RGB Variations
Color information
#DDB6EA (or 0xDDB6EA) is known color: Mauve. HEX triplet: DD, B6 and EA. RGB value is (221,182,234). Sum of RGB (Red+Green+Blue) = 221+182+234=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 182 (71.48% from 255 or 28.57% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDB6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB6EA is #224915. Grayscale: #C7C7C7. Windows color (decimal): -2246934 or 15382237. OLE color: 15382237.
HSL color Cylindrical-coordinate representation of color #DDB6EA: hue angle of 285º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDB6EA is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 182 | 234 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.08 |
| HSL | 285º | 0.55% | 0.82% | - |
| HSV(B) | 285º | 0.22% | 0.92% | - |
| XYZ | 61.4 | 54.77 | 85.18 | - |
| YUV | 199.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 234 | 0.06 | 0.22 | 0 | 0.08 | 285 | 0.55 | 0.82 |
| Hex | DD | B6 | EA | 6 | 16 | 0 | 8 | 11D | 37 | 52 |
| Octal | 335 | 266 | 352 | 6 | 26 | 0 | 10 | 435 | 67 | 122 |
| Binary | 11011101 | 10110110 | 11101010 | 110 | 10110 | 0 | 1000 | 100011101 | 110111 | 1010010 |
Color Harmonies of #DDB6EA
Complementary color
Monochromatic Colors of #DDB6EA
Black with #DDB6EA
Text Example
Text Example
White with #DDB6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6EA; }
p { color: rgb(221,182,234); }
H1.HeaderClassName
{
color: #DDB6EA;
}
.AnyTagClassName
{
color: #DDB6EA;
}
</style>
background-color css
<style>
a { background-color: #DDB6EA; }
a { background-color: rgb(221,182,234); }
div.DivClassName
{
background-color: #DDB6EA;
}
.BgClassName
{
background-color: #DDB6EA;
}
</style>
border-color css
<style>
span { border-color: #DDB6EA; }
span { border-color: rgb(221,182,234); }
td.TdClassName
{
border-color: #DDB6EA;
}
.TagClassName
{
border-color: #DDB6EA;
}
</style>