Shades of Plum #DDAAEB
Tints of Plum #DDAAEB
RGB
CMYK
RGB Variations
Color information
#DDAAEB (or 0xDDAAEB) is known color: Plum. HEX triplet: DD, AA and EB. RGB value is (221,170,235). Sum of RGB (Red+Green+Blue) = 221+170+235=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #DDAAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAAEB is #225514. Grayscale: #C0C0C0. Windows color (decimal): -2250005 or 15444701. OLE color: 15444701.
HSL color Cylindrical-coordinate representation of color #DDAAEB: hue angle of 287.08º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDAAEB is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 170 | 235 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.08 |
| HSL | 287.08º | 0.62% | 0.79% | - |
| HSV(B) | 287.08º | 0.28% | 0.92% | - |
| XYZ | 59.19 | 50.12 | 85.15 | - |
| YUV | 192.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 170 | 235 | 0.06 | 0.28 | 0 | 0.08 | 287.08 | 0.62 | 0.79 |
| Hex | DD | AA | EB | 6 | 1C | 0 | 8 | 11F | 3E | 4F |
| Octal | 335 | 252 | 353 | 6 | 34 | 0 | 10 | 437 | 76 | 117 |
| Binary | 11011101 | 10101010 | 11101011 | 110 | 11100 | 0 | 1000 | 100011111 | 111110 | 1001111 |
Color Harmonies of #DDAAEB
Complementary color
Monochromatic Colors of #DDAAEB
Black with #DDAAEB
Text Example
Text Example
White with #DDAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAAEB; }
p { color: rgb(221,170,235); }
H1.HeaderClassName
{
color: #DDAAEB;
}
.AnyTagClassName
{
color: #DDAAEB;
}
</style>
background-color css
<style>
a { background-color: #DDAAEB; }
a { background-color: rgb(221,170,235); }
div.DivClassName
{
background-color: #DDAAEB;
}
.BgClassName
{
background-color: #DDAAEB;
}
</style>
border-color css
<style>
span { border-color: #DDAAEB; }
span { border-color: rgb(221,170,235); }
td.TdClassName
{
border-color: #DDAAEB;
}
.TagClassName
{
border-color: #DDAAEB;
}
</style>