Shades of Plum #DDADEA
Tints of Plum #DDADEA
RGB
CMYK
RGB Variations
Color information
#DDADEA (or 0xDDADEA) is known color: Plum. HEX triplet: DD, AD and EA. RGB value is (221,173,234). Sum of RGB (Red+Green+Blue) = 221+173+234=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 173 (67.97% from 255 or 27.55% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDADEA is #225215. Grayscale: #C2C2C2. Windows color (decimal): -2249238 or 15379933. OLE color: 15379933.
HSL color Cylindrical-coordinate representation of color #DDADEA: hue angle of 287.21º degrees, saturation: 0.59, 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 #DDADEA is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 173 | 234 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.08 |
| HSL | 287.21º | 0.59% | 0.8% | - |
| HSV(B) | 287.21º | 0.26% | 0.92% | - |
| XYZ | 59.61 | 51.2 | 84.58 | - |
| YUV | 194.31 | 150.4 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 173 | 234 | 0.06 | 0.26 | 0 | 0.08 | 287.21 | 0.59 | 0.8 |
| Hex | DD | AD | EA | 6 | 1A | 0 | 8 | 11F | 3B | 50 |
| Octal | 335 | 255 | 352 | 6 | 32 | 0 | 10 | 437 | 73 | 120 |
| Binary | 11011101 | 10101101 | 11101010 | 110 | 11010 | 0 | 1000 | 100011111 | 111011 | 1010000 |
Color Harmonies of #DDADEA
Complementary color
Monochromatic Colors of #DDADEA
Black with #DDADEA
Text Example
Text Example
White with #DDADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDADEA; }
p { color: rgb(221,173,234); }
H1.HeaderClassName
{
color: #DDADEA;
}
.AnyTagClassName
{
color: #DDADEA;
}
</style>
background-color css
<style>
a { background-color: #DDADEA; }
a { background-color: rgb(221,173,234); }
div.DivClassName
{
background-color: #DDADEA;
}
.BgClassName
{
background-color: #DDADEA;
}
</style>
border-color css
<style>
span { border-color: #DDADEA; }
span { border-color: rgb(221,173,234); }
td.TdClassName
{
border-color: #DDADEA;
}
.TagClassName
{
border-color: #DDADEA;
}
</style>