Shades of Plum #DFAFE4
Tints of Plum #DFAFE4
RGB
CMYK
RGB Variations
Color information
#DFAFE4 (or 0xDFAFE4) is known color: Plum. HEX triplet: DF, AF and E4. RGB value is (223,175,228). Sum of RGB (Red+Green+Blue) = 223+175+228=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 175 (68.75% from 255 or 27.96% from 626); Blue value is 228 (89.45% from 255 or 36.42% from 626); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFAFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFE4 is #20501B. Grayscale: #C3C3C3. Windows color (decimal): -2117660 or 14987231. OLE color: 14987231.
HSL color Cylindrical-coordinate representation of color #DFAFE4: hue angle of 294.34º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFAFE4 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 175 | 228 | - |
| CMYK | 0.02 | 0.23 | 0 | 0.11 |
| HSL | 294.34º | 0.5% | 0.79% | - |
| HSV(B) | 294.34º | 0.23% | 0.89% | - |
| XYZ | 59.76 | 51.95 | 80.28 | - |
| YUV | 195.39 | 146.4 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 228 | 0.02 | 0.23 | 0 | 0.11 | 294.34 | 0.5 | 0.79 |
| Hex | DF | AF | E4 | 2 | 17 | 0 | B | 126 | 32 | 4F |
| Octal | 337 | 257 | 344 | 2 | 27 | 0 | 13 | 446 | 62 | 117 |
| Binary | 11011111 | 10101111 | 11100100 | 10 | 10111 | 0 | 1011 | 100100110 | 110010 | 1001111 |
Color Harmonies of #DFAFE4
Complementary color
Monochromatic Colors of #DFAFE4
Black with #DFAFE4
Text Example
Text Example
White with #DFAFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAFE4; }
p { color: rgb(223,175,228); }
H1.HeaderClassName
{
color: #DFAFE4;
}
.AnyTagClassName
{
color: #DFAFE4;
}
</style>
background-color css
<style>
a { background-color: #DFAFE4; }
a { background-color: rgb(223,175,228); }
div.DivClassName
{
background-color: #DFAFE4;
}
.BgClassName
{
background-color: #DFAFE4;
}
</style>
border-color css
<style>
span { border-color: #DFAFE4; }
span { border-color: rgb(223,175,228); }
td.TdClassName
{
border-color: #DFAFE4;
}
.TagClassName
{
border-color: #DFAFE4;
}
</style>