Shades of Mauve #DDB6E9
Tints of Mauve #DDB6E9
RGB
CMYK
RGB Variations
Color information
#DDB6E9 (or 0xDDB6E9) is known color: Mauve. HEX triplet: DD, B6 and E9. RGB value is (221,182,233). Sum of RGB (Red+Green+Blue) = 221+182+233=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 182 (71.48% from 255 or 28.62% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDB6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB6E9 is #224916. Grayscale: #C7C7C7. Windows color (decimal): -2246935 or 15316701. OLE color: 15316701.
HSL color Cylindrical-coordinate representation of color #DDB6E9: hue angle of 285.88º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDB6E9 is Cyan = 0.05, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 182 | 233 | - |
CMYK | 0.05 | 0.22 | 0 | 0.09 |
HSL | 285.88º | 0.54% | 0.81% | - |
HSV(B) | 285.88º | 0.22% | 0.91% | - |
XYZ | 61.25 | 54.71 | 84.42 | - |
YUV | 199.48 | 146.92 | 143.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 182 | 233 | 0.05 | 0.22 | 0 | 0.09 | 285.88 | 0.54 | 0.81 |
Hex | DD | B6 | E9 | 5 | 16 | 0 | 9 | 11E | 36 | 51 |
Octal | 335 | 266 | 351 | 5 | 26 | 0 | 11 | 436 | 66 | 121 |
Binary | 11011101 | 10110110 | 11101001 | 101 | 10110 | 0 | 1001 | 100011110 | 110110 | 1010001 |
Color Harmonies of #DDB6E9
Complementary color
Monochromatic Colors of #DDB6E9
Black with #DDB6E9
Text Example
Text Example
White with #DDB6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB6E9; }
p { color: rgb(221,182,233); }
H1.HeaderClassName
{
color: #DDB6E9;
}
.AnyTagClassName
{
color: #DDB6E9;
}
</style>
background-color css
<style>
a { background-color: #DDB6E9; }
a { background-color: rgb(221,182,233); }
div.DivClassName
{
background-color: #DDB6E9;
}
.BgClassName
{
background-color: #DDB6E9;
}
</style>
border-color css
<style>
span { border-color: #DDB6E9; }
span { border-color: rgb(221,182,233); }
td.TdClassName
{
border-color: #DDB6E9;
}
.TagClassName
{
border-color: #DDB6E9;
}
</style>