Shades of Plum #DFAFE5
Tints of Plum #DFAFE5
RGB
CMYK
RGB Variations
Color information
#DFAFE5 (or 0xDFAFE5) is known color: Plum. HEX triplet: DF, AF and E5. RGB value is (223,175,229). Sum of RGB (Red+Green+Blue) = 223+175+229=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 175 (68.75% from 255 or 27.91% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFAFE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFE5 is #20501A. Grayscale: #C3C3C3. Windows color (decimal): -2117659 or 15052767. OLE color: 15052767.
HSL color Cylindrical-coordinate representation of color #DFAFE5: hue angle of 293.33º degrees, saturation: 0.51, 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 #DFAFE5 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 175 | 229 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.10 |
| HSL | 293.33º | 0.51% | 0.79% | - |
| HSV(B) | 293.33º | 0.24% | 0.9% | - |
| XYZ | 59.9 | 52.01 | 81.01 | - |
| YUV | 195.51 | 146.9 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 229 | 0.03 | 0.24 | 0 | 0.10 | 293.33 | 0.51 | 0.79 |
| Hex | DF | AF | E5 | 3 | 18 | 0 | A | 125 | 33 | 4F |
| Octal | 337 | 257 | 345 | 3 | 30 | 0 | 12 | 445 | 63 | 117 |
| Binary | 11011111 | 10101111 | 11100101 | 11 | 11000 | 0 | 1010 | 100100101 | 110011 | 1001111 |
Color Harmonies of #DFAFE5
Complementary color
Monochromatic Colors of #DFAFE5
Black with #DFAFE5
Text Example
Text Example
White with #DFAFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAFE5; }
p { color: rgb(223,175,229); }
H1.HeaderClassName
{
color: #DFAFE5;
}
.AnyTagClassName
{
color: #DFAFE5;
}
</style>
background-color css
<style>
a { background-color: #DFAFE5; }
a { background-color: rgb(223,175,229); }
div.DivClassName
{
background-color: #DFAFE5;
}
.BgClassName
{
background-color: #DFAFE5;
}
</style>
border-color css
<style>
span { border-color: #DFAFE5; }
span { border-color: rgb(223,175,229); }
td.TdClassName
{
border-color: #DFAFE5;
}
.TagClassName
{
border-color: #DFAFE5;
}
</style>