Shades of Mauve #DDADEB
Tints of Mauve #DDADEB
RGB
CMYK
RGB Variations
Color information
#DDADEB (or 0xDDADEB) is known color: Mauve. HEX triplet: DD, AD and EB. RGB value is (221,173,235). Sum of RGB (Red+Green+Blue) = 221+173+235=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 235 (92.19% from 255 or 37.36% from 629); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDADEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDADEB is #225214. Grayscale: #C2C2C2. Windows color (decimal): -2249237 or 15445469. OLE color: 15445469.
HSL color Cylindrical-coordinate representation of color #DDADEB: hue angle of 286.45º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDADEB is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 173 | 235 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.08 |
| HSL | 286.45º | 0.61% | 0.8% | - |
| HSV(B) | 286.45º | 0.26% | 0.92% | - |
| XYZ | 59.76 | 51.26 | 85.34 | - |
| YUV | 194.42 | 150.9 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 235 | 0.06 | 0.26 | 0 | 0.08 | 286.45 | 0.61 | 0.8 |
| Hex | DD | AD | EB | 6 | 1A | 0 | 8 | 11E | 3D | 50 |
| Octal | 335 | 255 | 353 | 6 | 32 | 0 | 10 | 436 | 75 | 120 |
| Binary | 11011101 | 10101101 | 11101011 | 110 | 11010 | 0 | 1000 | 100011110 | 111101 | 1010000 |
Color Harmonies of #DDADEB
Complementary color
Monochromatic Colors of #DDADEB
Black with #DDADEB
Text Example
Text Example
White with #DDADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADEB; }
p { color: rgb(221,173,235); }
H1.HeaderClassName
{
color: #DDADEB;
}
.AnyTagClassName
{
color: #DDADEB;
}
</style>
background-color css
<style>
a { background-color: #DDADEB; }
a { background-color: rgb(221,173,235); }
div.DivClassName
{
background-color: #DDADEB;
}
.BgClassName
{
background-color: #DDADEB;
}
</style>
border-color css
<style>
span { border-color: #DDADEB; }
span { border-color: rgb(221,173,235); }
td.TdClassName
{
border-color: #DDADEB;
}
.TagClassName
{
border-color: #DDADEB;
}
</style>