Shades of Plum #DDAEE8
Tints of Plum #DDAEE8
RGB
CMYK
RGB Variations
Color information
#DDAEE8 (or 0xDDAEE8) is known color: Plum. HEX triplet: DD, AE and E8. RGB value is (221,174,232). Sum of RGB (Red+Green+Blue) = 221+174+232=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDAEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEE8 is #225117. Grayscale: #C2C2C2. Windows color (decimal): -2248984 or 15249117. OLE color: 15249117.
HSL color Cylindrical-coordinate representation of color #DDAEE8: hue angle of 288.62º degrees, saturation: 0.56, 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 #DDAEE8 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 174 | 232 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.09 |
| HSL | 288.62º | 0.56% | 0.8% | - |
| HSV(B) | 288.62º | 0.25% | 0.91% | - |
| XYZ | 59.52 | 51.47 | 83.14 | - |
| YUV | 194.67 | 149.07 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 174 | 232 | 0.05 | 0.25 | 0 | 0.09 | 288.62 | 0.56 | 0.8 |
| Hex | DD | AE | E8 | 5 | 19 | 0 | 9 | 121 | 38 | 50 |
| Octal | 335 | 256 | 350 | 5 | 31 | 0 | 11 | 441 | 70 | 120 |
| Binary | 11011101 | 10101110 | 11101000 | 101 | 11001 | 0 | 1001 | 100100001 | 111000 | 1010000 |
Color Harmonies of #DDAEE8
Complementary color
Monochromatic Colors of #DDAEE8
Black with #DDAEE8
Text Example
Text Example
White with #DDAEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAEE8; }
p { color: rgb(221,174,232); }
H1.HeaderClassName
{
color: #DDAEE8;
}
.AnyTagClassName
{
color: #DDAEE8;
}
</style>
background-color css
<style>
a { background-color: #DDAEE8; }
a { background-color: rgb(221,174,232); }
div.DivClassName
{
background-color: #DDAEE8;
}
.BgClassName
{
background-color: #DDAEE8;
}
</style>
border-color css
<style>
span { border-color: #DDAEE8; }
span { border-color: rgb(221,174,232); }
td.TdClassName
{
border-color: #DDAEE8;
}
.TagClassName
{
border-color: #DDAEE8;
}
</style>