Shades of Plum #DDAEDD
Tints of Plum #DDAEDD
RGB
CMYK
RGB Variations
Color information
#DDAEDD (or 0xDDAEDD) is known color: Plum. HEX triplet: DD, AE and DD. RGB value is (221,174,221). Sum of RGB (Red+Green+Blue) = 221+174+221=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEDD is #225122. Grayscale: #C1C1C1. Windows color (decimal): -2248995 or 14528221. OLE color: 14528221.
HSL color Cylindrical-coordinate representation of color #DDAEDD: hue angle of 300º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDAEDD is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 174 | 221 | - |
CMYK | 0 | 0.21 | 0 | 0.13 |
HSL | 300º | 0.41% | 0.77% | - |
HSV(B) | 300º | 0.21% | 0.87% | - |
XYZ | 58.01 | 50.86 | 75.17 | - |
YUV | 193.41 | 143.57 | 147.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 174 | 221 | 0 | 0.21 | 0 | 0.13 | 300 | 0.41 | 0.77 |
Hex | DD | AE | DD | 0 | 15 | 0 | D | 12C | 29 | 4D |
Octal | 335 | 256 | 335 | 0 | 25 | 0 | 15 | 454 | 51 | 115 |
Binary | 11011101 | 10101110 | 11011101 | 0 | 10101 | 0 | 1101 | 100101100 | 101001 | 1001101 |
Color Harmonies of #DDAEDD
Complementary color
Monochromatic Colors of #DDAEDD
Black with #DDAEDD
Text Example
Text Example
White with #DDAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEDD; }
p { color: rgb(221,174,221); }
H1.HeaderClassName
{
color: #DDAEDD;
}
.AnyTagClassName
{
color: #DDAEDD;
}
</style>
background-color css
<style>
a { background-color: #DDAEDD; }
a { background-color: rgb(221,174,221); }
div.DivClassName
{
background-color: #DDAEDD;
}
.BgClassName
{
background-color: #DDAEDD;
}
</style>
border-color css
<style>
span { border-color: #DDAEDD; }
span { border-color: rgb(221,174,221); }
td.TdClassName
{
border-color: #DDAEDD;
}
.TagClassName
{
border-color: #DDAEDD;
}
</style>