Shades of Plum #DDAEE9
Tints of Plum #DDAEE9
RGB
CMYK
RGB Variations
Color information
#DDAEE9 (or 0xDDAEE9) is known color: Plum. HEX triplet: DD, AE and E9. RGB value is (221,174,233). Sum of RGB (Red+Green+Blue) = 221+174+233=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 174 (68.36% from 255 or 27.71% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDAEE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEE9 is #225116. Grayscale: #C2C2C2. Windows color (decimal): -2248983 or 15314653. OLE color: 15314653.
HSL color Cylindrical-coordinate representation of color #DDAEE9: hue angle of 287.8º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDAEE9 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 174 | 233 | - |
CMYK | 0.05 | 0.25 | 0 | 0.09 |
HSL | 287.8º | 0.57% | 0.8% | - |
HSV(B) | 287.8º | 0.25% | 0.91% | - |
XYZ | 59.66 | 51.53 | 83.89 | - |
YUV | 194.78 | 149.57 | 146.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 174 | 233 | 0.05 | 0.25 | 0 | 0.09 | 287.8 | 0.57 | 0.8 |
Hex | DD | AE | E9 | 5 | 19 | 0 | 9 | 120 | 39 | 50 |
Octal | 335 | 256 | 351 | 5 | 31 | 0 | 11 | 440 | 71 | 120 |
Binary | 11011101 | 10101110 | 11101001 | 101 | 11001 | 0 | 1001 | 100100000 | 111001 | 1010000 |
Color Harmonies of #DDAEE9
Complementary color
Monochromatic Colors of #DDAEE9
Black with #DDAEE9
Text Example
Text Example
White with #DDAEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEE9; }
p { color: rgb(221,174,233); }
H1.HeaderClassName
{
color: #DDAEE9;
}
.AnyTagClassName
{
color: #DDAEE9;
}
</style>
background-color css
<style>
a { background-color: #DDAEE9; }
a { background-color: rgb(221,174,233); }
div.DivClassName
{
background-color: #DDAEE9;
}
.BgClassName
{
background-color: #DDAEE9;
}
</style>
border-color css
<style>
span { border-color: #DDAEE9; }
span { border-color: rgb(221,174,233); }
td.TdClassName
{
border-color: #DDAEE9;
}
.TagClassName
{
border-color: #DDAEE9;
}
</style>