Shades of Plum #DAAEE4
Tints of Plum #DAAEE4
RGB
CMYK
RGB Variations
Color information
#DAAEE4 (or 0xDAAEE4) is known color: Plum. HEX triplet: DA, AE and E4. RGB value is (218,174,228). Sum of RGB (Red+Green+Blue) = 218+174+228=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAAEE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAEE4 is #25511B. Grayscale: #C1C1C1. Windows color (decimal): -2445596 or 14986970. OLE color: 14986970.
HSL color Cylindrical-coordinate representation of color #DAAEE4: hue angle of 288.89º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAAEE4 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 174 | 228 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.11 |
| HSL | 288.89º | 0.5% | 0.79% | - |
| HSV(B) | 288.89º | 0.24% | 0.89% | - |
| XYZ | 58.05 | 50.78 | 80.14 | - |
| YUV | 193.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 174 | 228 | 0.04 | 0.24 | 0 | 0.11 | 288.89 | 0.5 | 0.79 |
| Hex | DA | AE | E4 | 4 | 18 | 0 | B | 121 | 32 | 4F |
| Octal | 332 | 256 | 344 | 4 | 30 | 0 | 13 | 441 | 62 | 117 |
| Binary | 11011010 | 10101110 | 11100100 | 100 | 11000 | 0 | 1011 | 100100001 | 110010 | 1001111 |
Color Harmonies of #DAAEE4
Complementary color
Monochromatic Colors of #DAAEE4
Black with #DAAEE4
Text Example
Text Example
White with #DAAEE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAEE4; }
p { color: rgb(218,174,228); }
H1.HeaderClassName
{
color: #DAAEE4;
}
.AnyTagClassName
{
color: #DAAEE4;
}
</style>
background-color css
<style>
a { background-color: #DAAEE4; }
a { background-color: rgb(218,174,228); }
div.DivClassName
{
background-color: #DAAEE4;
}
.BgClassName
{
background-color: #DAAEE4;
}
</style>
border-color css
<style>
span { border-color: #DAAEE4; }
span { border-color: rgb(218,174,228); }
td.TdClassName
{
border-color: #DAAEE4;
}
.TagClassName
{
border-color: #DAAEE4;
}
</style>