Shades of Plum #DDAAE6
Tints of Plum #DDAAE6
RGB
CMYK
RGB Variations
Color information
#DDAAE6 (or 0xDDAAE6) is known color: Plum. HEX triplet: DD, AA and E6. RGB value is (221,170,230). Sum of RGB (Red+Green+Blue) = 221+170+230=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDAAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAAE6 is #225519. Grayscale: #BFBFBF. Windows color (decimal): -2250010 or 15117021. OLE color: 15117021.
HSL color Cylindrical-coordinate representation of color #DDAAE6: hue angle of 291º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDAAE6 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 170 | 230 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.10 |
| HSL | 291º | 0.55% | 0.78% | - |
| HSV(B) | 291º | 0.26% | 0.9% | - |
| XYZ | 58.48 | 49.83 | 81.4 | - |
| YUV | 192.09 | 149.4 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 230 | 0.04 | 0.26 | 0 | 0.10 | 291 | 0.55 | 0.78 |
| Hex | DD | AA | E6 | 4 | 1A | 0 | A | 123 | 37 | 4E |
| Octal | 335 | 252 | 346 | 4 | 32 | 0 | 12 | 443 | 67 | 116 |
| Binary | 11011101 | 10101010 | 11100110 | 100 | 11010 | 0 | 1010 | 100100011 | 110111 | 1001110 |
Color Harmonies of #DDAAE6
Complementary color
Monochromatic Colors of #DDAAE6
Black with #DDAAE6
Text Example
Text Example
White with #DDAAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAAE6; }
p { color: rgb(221,170,230); }
H1.HeaderClassName
{
color: #DDAAE6;
}
.AnyTagClassName
{
color: #DDAAE6;
}
</style>
background-color css
<style>
a { background-color: #DDAAE6; }
a { background-color: rgb(221,170,230); }
div.DivClassName
{
background-color: #DDAAE6;
}
.BgClassName
{
background-color: #DDAAE6;
}
</style>
border-color css
<style>
span { border-color: #DDAAE6; }
span { border-color: rgb(221,170,230); }
td.TdClassName
{
border-color: #DDAAE6;
}
.TagClassName
{
border-color: #DDAAE6;
}
</style>