Shades of Plum #DAAEDD
Tints of Plum #DAAEDD
RGB
CMYK
RGB Variations
Color information
#DAAEDD (or 0xDAAEDD) is known color: Plum. HEX triplet: DA, AE and DD. RGB value is (218,174,221). Sum of RGB (Red+Green+Blue) = 218+174+221=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEDD is #255122. Grayscale: #C0C0C0. Windows color (decimal): -2445603 or 14528218. OLE color: 14528218.
HSL color Cylindrical-coordinate representation of color #DAAEDD: hue angle of 296.17º 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 #DAAEDD is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 174 | 221 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.13 |
| HSL | 296.17º | 0.41% | 0.77% | - |
| HSV(B) | 296.17º | 0.21% | 0.87% | - |
| XYZ | 57.1 | 50.4 | 75.12 | - |
| YUV | 192.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 221 | 0.01 | 0.21 | 0 | 0.13 | 296.17 | 0.41 | 0.77 |
| Hex | DA | AE | DD | 1 | 15 | 0 | D | 128 | 29 | 4D |
| Octal | 332 | 256 | 335 | 1 | 25 | 0 | 15 | 450 | 51 | 115 |
| Binary | 11011010 | 10101110 | 11011101 | 1 | 10101 | 0 | 1101 | 100101000 | 101001 | 1001101 |
Color Harmonies of #DAAEDD
Complementary color
Monochromatic Colors of #DAAEDD
Black with #DAAEDD
Text Example
Text Example
White with #DAAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEDD; }
p { color: rgb(218,174,221); }
H1.HeaderClassName
{
color: #DAAEDD;
}
.AnyTagClassName
{
color: #DAAEDD;
}
</style>
background-color css
<style>
a { background-color: #DAAEDD; }
a { background-color: rgb(218,174,221); }
div.DivClassName
{
background-color: #DAAEDD;
}
.BgClassName
{
background-color: #DAAEDD;
}
</style>
border-color css
<style>
span { border-color: #DAAEDD; }
span { border-color: rgb(218,174,221); }
td.TdClassName
{
border-color: #DAAEDD;
}
.TagClassName
{
border-color: #DAAEDD;
}
</style>