Shades of Mauve #DDADEE
Tints of Mauve #DDADEE
RGB
CMYK
RGB Variations
Color information
#DDADEE (or 0xDDADEE) is known color: Mauve. HEX triplet: DD, AD and EE. RGB value is (221,173,238). Sum of RGB (Red+Green+Blue) = 221+173+238=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDADEE is #225211. Grayscale: #C2C2C2. Windows color (decimal): -2249234 or 15642077. OLE color: 15642077.
HSL color Cylindrical-coordinate representation of color #DDADEE: hue angle of 284.31º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDADEE is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 173 | 238 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.07 |
| HSL | 284.31º | 0.66% | 0.81% | - |
| HSV(B) | 284.31º | 0.27% | 0.93% | - |
| XYZ | 60.19 | 51.43 | 87.64 | - |
| YUV | 194.76 | 152.4 | 146.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 238 | 0.07 | 0.27 | 0 | 0.07 | 284.31 | 0.66 | 0.81 |
| Hex | DD | AD | EE | 7 | 1B | 0 | 7 | 11C | 42 | 51 |
| Octal | 335 | 255 | 356 | 7 | 33 | 0 | 7 | 434 | 102 | 121 |
| Binary | 11011101 | 10101101 | 11101110 | 111 | 11011 | 0 | 111 | 100011100 | 1000010 | 1010001 |
Color Harmonies of #DDADEE
Complementary color
Monochromatic Colors of #DDADEE
Black with #DDADEE
Text Example
Text Example
White with #DDADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADEE; }
p { color: rgb(221,173,238); }
H1.HeaderClassName
{
color: #DDADEE;
}
.AnyTagClassName
{
color: #DDADEE;
}
</style>
background-color css
<style>
a { background-color: #DDADEE; }
a { background-color: rgb(221,173,238); }
div.DivClassName
{
background-color: #DDADEE;
}
.BgClassName
{
background-color: #DDADEE;
}
</style>
border-color css
<style>
span { border-color: #DDADEE; }
span { border-color: rgb(221,173,238); }
td.TdClassName
{
border-color: #DDADEE;
}
.TagClassName
{
border-color: #DDADEE;
}
</style>