Shades of Plum #DFADE5
Tints of Plum #DFADE5
RGB
CMYK
RGB Variations
Color information
#DFADE5 (or 0xDFADE5) is known color: Plum. HEX triplet: DF, AD and E5. RGB value is (223,173,229). Sum of RGB (Red+Green+Blue) = 223+173+229=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFADE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADE5 is #20521A. Grayscale: #C2C2C2. Windows color (decimal): -2118171 or 15052255. OLE color: 15052255.
HSL color Cylindrical-coordinate representation of color #DFADE5: hue angle of 293.57º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFADE5 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 223 | 173 | 229 | - |
CMYK | 0.03 | 0.24 | 0 | 0.10 |
HSL | 293.57º | 0.52% | 0.79% | - |
HSV(B) | 293.57º | 0.24% | 0.9% | - |
XYZ | 59.52 | 51.23 | 80.88 | - |
YUV | 194.33 | 147.57 | 148.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 173 | 229 | 0.03 | 0.24 | 0 | 0.10 | 293.57 | 0.52 | 0.79 |
Hex | DF | AD | E5 | 3 | 18 | 0 | A | 126 | 34 | 4F |
Octal | 337 | 255 | 345 | 3 | 30 | 0 | 12 | 446 | 64 | 117 |
Binary | 11011111 | 10101101 | 11100101 | 11 | 11000 | 0 | 1010 | 100100110 | 110100 | 1001111 |
Color Harmonies of #DFADE5
Complementary color
Monochromatic Colors of #DFADE5
Black with #DFADE5
Text Example
Text Example
White with #DFADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADE5; }
p { color: rgb(223,173,229); }
H1.HeaderClassName
{
color: #DFADE5;
}
.AnyTagClassName
{
color: #DFADE5;
}
</style>
background-color css
<style>
a { background-color: #DFADE5; }
a { background-color: rgb(223,173,229); }
div.DivClassName
{
background-color: #DFADE5;
}
.BgClassName
{
background-color: #DFADE5;
}
</style>
border-color css
<style>
span { border-color: #DFADE5; }
span { border-color: rgb(223,173,229); }
td.TdClassName
{
border-color: #DFADE5;
}
.TagClassName
{
border-color: #DFADE5;
}
</style>