Shades of Plum #DDACE9
Tints of Plum #DDACE9
RGB
CMYK
RGB Variations
Color information
#DDACE9 (or 0xDDACE9) is known color: Plum. HEX triplet: DD, AC and E9. RGB value is (221,172,233). Sum of RGB (Red+Green+Blue) = 221+172+233=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDACE9 is #225316. Grayscale: #C1C1C1. Windows color (decimal): -2249495 or 15314141. OLE color: 15314141.
HSL color Cylindrical-coordinate representation of color #DDACE9: hue angle of 288.2º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDACE9 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 172 | 233 | - |
CMYK | 0.05 | 0.26 | 0 | 0.09 |
HSL | 288.2º | 0.58% | 0.79% | - |
HSV(B) | 288.2º | 0.26% | 0.91% | - |
XYZ | 59.28 | 50.76 | 83.76 | - |
YUV | 193.61 | 150.23 | 147.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 172 | 233 | 0.05 | 0.26 | 0 | 0.09 | 288.2 | 0.58 | 0.79 |
Hex | DD | AC | E9 | 5 | 1A | 0 | 9 | 120 | 3A | 4F |
Octal | 335 | 254 | 351 | 5 | 32 | 0 | 11 | 440 | 72 | 117 |
Binary | 11011101 | 10101100 | 11101001 | 101 | 11010 | 0 | 1001 | 100100000 | 111010 | 1001111 |
Color Harmonies of #DDACE9
Complementary color
Monochromatic Colors of #DDACE9
Black with #DDACE9
Text Example
Text Example
White with #DDACE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDACE9; }
p { color: rgb(221,172,233); }
H1.HeaderClassName
{
color: #DDACE9;
}
.AnyTagClassName
{
color: #DDACE9;
}
</style>
background-color css
<style>
a { background-color: #DDACE9; }
a { background-color: rgb(221,172,233); }
div.DivClassName
{
background-color: #DDACE9;
}
.BgClassName
{
background-color: #DDACE9;
}
</style>
border-color css
<style>
span { border-color: #DDACE9; }
span { border-color: rgb(221,172,233); }
td.TdClassName
{
border-color: #DDACE9;
}
.TagClassName
{
border-color: #DDACE9;
}
</style>