Shades of Plum #DFADE3
Tints of Plum #DFADE3
RGB
CMYK
RGB Variations
Color information
#DFADE3 (or 0xDFADE3) is known color: Plum. HEX triplet: DF, AD and E3. RGB value is (223,173,227). Sum of RGB (Red+Green+Blue) = 223+173+227=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 173 (67.97% from 255 or 27.77% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFADE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFADE3 is #20521C. Grayscale: #C1C1C1. Windows color (decimal): -2118173 or 14921183. OLE color: 14921183.
HSL color Cylindrical-coordinate representation of color #DFADE3: hue angle of 295.56º 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 #DFADE3 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 223 | 173 | 227 | - |
CMYK | 0.02 | 0.24 | 0 | 0.11 |
HSL | 295.56º | 0.49% | 0.78% | - |
HSV(B) | 295.56º | 0.24% | 0.89% | - |
XYZ | 59.24 | 51.12 | 79.42 | - |
YUV | 194.11 | 146.57 | 148.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 173 | 227 | 0.02 | 0.24 | 0 | 0.11 | 295.56 | 0.49 | 0.78 |
Hex | DF | AD | E3 | 2 | 18 | 0 | B | 128 | 31 | 4E |
Octal | 337 | 255 | 343 | 2 | 30 | 0 | 13 | 450 | 61 | 116 |
Binary | 11011111 | 10101101 | 11100011 | 10 | 11000 | 0 | 1011 | 100101000 | 110001 | 1001110 |
Color Harmonies of #DFADE3
Complementary color
Monochromatic Colors of #DFADE3
Black with #DFADE3
Text Example
Text Example
White with #DFADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFADE3; }
p { color: rgb(223,173,227); }
H1.HeaderClassName
{
color: #DFADE3;
}
.AnyTagClassName
{
color: #DFADE3;
}
</style>
background-color css
<style>
a { background-color: #DFADE3; }
a { background-color: rgb(223,173,227); }
div.DivClassName
{
background-color: #DFADE3;
}
.BgClassName
{
background-color: #DFADE3;
}
</style>
border-color css
<style>
span { border-color: #DFADE3; }
span { border-color: rgb(223,173,227); }
td.TdClassName
{
border-color: #DFADE3;
}
.TagClassName
{
border-color: #DFADE3;
}
</style>