Shades of Plum #DAADE3
Tints of Plum #DAADE3
RGB
CMYK
RGB Variations
Color information
#DAADE3 (or 0xDAADE3) is known color: Plum. HEX triplet: DA, AD and E3. RGB value is (218,173,227). Sum of RGB (Red+Green+Blue) = 218+173+227=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #DAADE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADE3 is #25521C. Grayscale: #C0C0C0. Windows color (decimal): -2445853 or 14921178. OLE color: 14921178.
HSL color Cylindrical-coordinate representation of color #DAADE3: hue angle of 290º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAADE3 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 173 | 227 | - |
CMYK | 0.04 | 0.24 | 0 | 0.11 |
HSL | 290º | 0.49% | 0.78% | - |
HSV(B) | 290º | 0.24% | 0.89% | - |
XYZ | 57.72 | 50.34 | 79.35 | - |
YUV | 192.61 | 147.41 | 146.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 173 | 227 | 0.04 | 0.24 | 0 | 0.11 | 290 | 0.49 | 0.78 |
Hex | DA | AD | E3 | 4 | 18 | 0 | B | 122 | 31 | 4E |
Octal | 332 | 255 | 343 | 4 | 30 | 0 | 13 | 442 | 61 | 116 |
Binary | 11011010 | 10101101 | 11100011 | 100 | 11000 | 0 | 1011 | 100100010 | 110001 | 1001110 |
Color Harmonies of #DAADE3
Complementary color
Monochromatic Colors of #DAADE3
Black with #DAADE3
Text Example
Text Example
White with #DAADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADE3; }
p { color: rgb(218,173,227); }
H1.HeaderClassName
{
color: #DAADE3;
}
.AnyTagClassName
{
color: #DAADE3;
}
</style>
background-color css
<style>
a { background-color: #DAADE3; }
a { background-color: rgb(218,173,227); }
div.DivClassName
{
background-color: #DAADE3;
}
.BgClassName
{
background-color: #DAADE3;
}
</style>
border-color css
<style>
span { border-color: #DAADE3; }
span { border-color: rgb(218,173,227); }
td.TdClassName
{
border-color: #DAADE3;
}
.TagClassName
{
border-color: #DAADE3;
}
</style>