Shades of Plum #DFAFE0
Tints of Plum #DFAFE0
RGB
CMYK
RGB Variations
Color information
#DFAFE0 (or 0xDFAFE0) is known color: Plum. HEX triplet: DF, AF and E0. RGB value is (223,175,224). Sum of RGB (Red+Green+Blue) = 223+175+224=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFE0 is #20501F. Grayscale: #C2C2C2. Windows color (decimal): -2117664 or 14725087. OLE color: 14725087.
HSL color Cylindrical-coordinate representation of color #DFAFE0: hue angle of 298.78º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFAFE0 is Cyan = 0.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 175 | 224 | - |
| CMYK | 0.00 | 0.22 | 0 | 0.12 |
| HSL | 298.78º | 0.44% | 0.78% | - |
| HSV(B) | 298.78º | 0.22% | 0.88% | - |
| XYZ | 59.22 | 51.73 | 77.38 | - |
| YUV | 194.94 | 144.4 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 224 | 0.00 | 0.22 | 0 | 0.12 | 298.78 | 0.44 | 0.78 |
| Hex | DF | AF | E0 | 0 | 16 | 0 | C | 12B | 2C | 4E |
| Octal | 337 | 257 | 340 | 0 | 26 | 0 | 14 | 453 | 54 | 116 |
| Binary | 11011111 | 10101111 | 11100000 | 0 | 10110 | 0 | 1100 | 100101011 | 101100 | 1001110 |
Color Harmonies of #DFAFE0
Complementary color
Monochromatic Colors of #DFAFE0
Black with #DFAFE0
Text Example
Text Example
White with #DFAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAFE0; }
p { color: rgb(223,175,224); }
H1.HeaderClassName
{
color: #DFAFE0;
}
.AnyTagClassName
{
color: #DFAFE0;
}
</style>
background-color css
<style>
a { background-color: #DFAFE0; }
a { background-color: rgb(223,175,224); }
div.DivClassName
{
background-color: #DFAFE0;
}
.BgClassName
{
background-color: #DFAFE0;
}
</style>
border-color css
<style>
span { border-color: #DFAFE0; }
span { border-color: rgb(223,175,224); }
td.TdClassName
{
border-color: #DFAFE0;
}
.TagClassName
{
border-color: #DFAFE0;
}
</style>