Shades of Plum #DDADE0
Tints of Plum #DDADE0
RGB
CMYK
RGB Variations
Color information
#DDADE0 (or 0xDDADE0) is known color: Plum. HEX triplet: DD, AD and E0. RGB value is (221,173,224). Sum of RGB (Red+Green+Blue) = 221+173+224=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADE0 is #22521F. Grayscale: #C1C1C1. Windows color (decimal): -2249248 or 14724573. OLE color: 14724573.
HSL color Cylindrical-coordinate representation of color #DDADE0: hue angle of 296.47º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDADE0 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 173 | 224 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.12 |
| HSL | 296.47º | 0.45% | 0.78% | - |
| HSV(B) | 296.47º | 0.23% | 0.88% | - |
| XYZ | 58.22 | 50.64 | 77.23 | - |
| YUV | 193.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 224 | 0.01 | 0.23 | 0 | 0.12 | 296.47 | 0.45 | 0.78 |
| Hex | DD | AD | E0 | 1 | 17 | 0 | C | 128 | 2D | 4E |
| Octal | 335 | 255 | 340 | 1 | 27 | 0 | 14 | 450 | 55 | 116 |
| Binary | 11011101 | 10101101 | 11100000 | 1 | 10111 | 0 | 1100 | 100101000 | 101101 | 1001110 |
Color Harmonies of #DDADE0
Complementary color
Monochromatic Colors of #DDADE0
Black with #DDADE0
Text Example
Text Example
White with #DDADE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADE0; }
p { color: rgb(221,173,224); }
H1.HeaderClassName
{
color: #DDADE0;
}
.AnyTagClassName
{
color: #DDADE0;
}
</style>
background-color css
<style>
a { background-color: #DDADE0; }
a { background-color: rgb(221,173,224); }
div.DivClassName
{
background-color: #DDADE0;
}
.BgClassName
{
background-color: #DDADE0;
}
</style>
border-color css
<style>
span { border-color: #DDADE0; }
span { border-color: rgb(221,173,224); }
td.TdClassName
{
border-color: #DDADE0;
}
.TagClassName
{
border-color: #DDADE0;
}
</style>