Shades of Plum #DAAEE0
Tints of Plum #DAAEE0
RGB
CMYK
RGB Variations
Color information
#DAAEE0 (or 0xDAAEE0) is known color: Plum. HEX triplet: DA, AE and E0. RGB value is (218,174,224). Sum of RGB (Red+Green+Blue) = 218+174+224=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 174 (68.36% from 255 or 28.25% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #DAAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEE0 is #25511F. Grayscale: #C0C0C0. Windows color (decimal): -2445600 or 14724826. OLE color: 14724826.
HSL color Cylindrical-coordinate representation of color #DAAEE0: hue angle of 292.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAAEE0 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 174 | 224 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.12 |
| HSL | 292.8º | 0.45% | 0.78% | - |
| HSV(B) | 292.8º | 0.22% | 0.88% | - |
| XYZ | 57.5 | 50.56 | 77.25 | - |
| YUV | 192.86 | 145.58 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 224 | 0.03 | 0.22 | 0 | 0.12 | 292.8 | 0.45 | 0.78 |
| Hex | DA | AE | E0 | 3 | 16 | 0 | C | 125 | 2D | 4E |
| Octal | 332 | 256 | 340 | 3 | 26 | 0 | 14 | 445 | 55 | 116 |
| Binary | 11011010 | 10101110 | 11100000 | 11 | 10110 | 0 | 1100 | 100100101 | 101101 | 1001110 |
Color Harmonies of #DAAEE0
Complementary color
Monochromatic Colors of #DAAEE0
Black with #DAAEE0
Text Example
Text Example
White with #DAAEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEE0; }
p { color: rgb(218,174,224); }
H1.HeaderClassName
{
color: #DAAEE0;
}
.AnyTagClassName
{
color: #DAAEE0;
}
</style>
background-color css
<style>
a { background-color: #DAAEE0; }
a { background-color: rgb(218,174,224); }
div.DivClassName
{
background-color: #DAAEE0;
}
.BgClassName
{
background-color: #DAAEE0;
}
</style>
border-color css
<style>
span { border-color: #DAAEE0; }
span { border-color: rgb(218,174,224); }
td.TdClassName
{
border-color: #DAAEE0;
}
.TagClassName
{
border-color: #DAAEE0;
}
</style>