Shades of Plum #DAADE4
Tints of Plum #DAADE4
RGB
CMYK
RGB Variations
Color information
#DAADE4 (or 0xDAADE4) is known color: Plum. HEX triplet: DA, AD and E4. RGB value is (218,173,228). Sum of RGB (Red+Green+Blue) = 218+173+228=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAADE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADE4 is #25521B. Grayscale: #C0C0C0. Windows color (decimal): -2445852 or 14986714. OLE color: 14986714.
HSL color Cylindrical-coordinate representation of color #DAADE4: hue angle of 289.09º 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 #DAADE4 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 173 | 228 | - |
CMYK | 0.04 | 0.24 | 0 | 0.11 |
HSL | 289.09º | 0.5% | 0.79% | - |
HSV(B) | 289.09º | 0.24% | 0.89% | - |
XYZ | 57.86 | 50.39 | 80.08 | - |
YUV | 192.73 | 147.91 | 146.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 173 | 228 | 0.04 | 0.24 | 0 | 0.11 | 289.09 | 0.5 | 0.79 |
Hex | DA | AD | E4 | 4 | 18 | 0 | B | 121 | 32 | 4F |
Octal | 332 | 255 | 344 | 4 | 30 | 0 | 13 | 441 | 62 | 117 |
Binary | 11011010 | 10101101 | 11100100 | 100 | 11000 | 0 | 1011 | 100100001 | 110010 | 1001111 |
Color Harmonies of #DAADE4
Complementary color
Monochromatic Colors of #DAADE4
Black with #DAADE4
Text Example
Text Example
White with #DAADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADE4; }
p { color: rgb(218,173,228); }
H1.HeaderClassName
{
color: #DAADE4;
}
.AnyTagClassName
{
color: #DAADE4;
}
</style>
background-color css
<style>
a { background-color: #DAADE4; }
a { background-color: rgb(218,173,228); }
div.DivClassName
{
background-color: #DAADE4;
}
.BgClassName
{
background-color: #DAADE4;
}
</style>
border-color css
<style>
span { border-color: #DAADE4; }
span { border-color: rgb(218,173,228); }
td.TdClassName
{
border-color: #DAADE4;
}
.TagClassName
{
border-color: #DAADE4;
}
</style>