Shades of Plum #DAAEE1
Tints of Plum #DAAEE1
RGB
CMYK
RGB Variations
Color information
#DAAEE1 (or 0xDAAEE1) is known color: Plum. HEX triplet: DA, AE and E1. RGB value is (218,174,225). Sum of RGB (Red+Green+Blue) = 218+174+225=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 225 (88.28% from 255 or 36.47% from 617); Max value from RGB is 225 - color contains mainly: blue. Hex color #DAAEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEE1 is #25511E. Grayscale: #C0C0C0. Windows color (decimal): -2445599 or 14790362. OLE color: 14790362.
HSL color Cylindrical-coordinate representation of color #DAAEE1: hue angle of 291.76º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAAEE1 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 174 | 225 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.12 |
| HSL | 291.76º | 0.46% | 0.78% | - |
| HSV(B) | 291.76º | 0.23% | 0.88% | - |
| XYZ | 57.64 | 50.61 | 77.97 | - |
| YUV | 192.97 | 146.08 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 225 | 0.03 | 0.23 | 0 | 0.12 | 291.76 | 0.46 | 0.78 |
| Hex | DA | AE | E1 | 3 | 17 | 0 | C | 124 | 2E | 4E |
| Octal | 332 | 256 | 341 | 3 | 27 | 0 | 14 | 444 | 56 | 116 |
| Binary | 11011010 | 10101110 | 11100001 | 11 | 10111 | 0 | 1100 | 100100100 | 101110 | 1001110 |
Color Harmonies of #DAAEE1
Complementary color
Monochromatic Colors of #DAAEE1
Black with #DAAEE1
Text Example
Text Example
White with #DAAEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEE1; }
p { color: rgb(218,174,225); }
H1.HeaderClassName
{
color: #DAAEE1;
}
.AnyTagClassName
{
color: #DAAEE1;
}
</style>
background-color css
<style>
a { background-color: #DAAEE1; }
a { background-color: rgb(218,174,225); }
div.DivClassName
{
background-color: #DAAEE1;
}
.BgClassName
{
background-color: #DAAEE1;
}
</style>
border-color css
<style>
span { border-color: #DAAEE1; }
span { border-color: rgb(218,174,225); }
td.TdClassName
{
border-color: #DAAEE1;
}
.TagClassName
{
border-color: #DAAEE1;
}
</style>