Shades of Plum #DFAFE2
Tints of Plum #DFAFE2
RGB
CMYK
RGB Variations
Color information
#DFAFE2 (or 0xDFAFE2) is known color: Plum. HEX triplet: DF, AF and E2. RGB value is (223,175,226). Sum of RGB (Red+Green+Blue) = 223+175+226=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 175 (68.75% from 255 or 28.04% from 624); Blue value is 226 (88.67% from 255 or 36.22% from 624); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFAFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFAFE2 is #20501D. Grayscale: #C3C3C3. Windows color (decimal): -2117662 or 14856159. OLE color: 14856159.
HSL color Cylindrical-coordinate representation of color #DFAFE2: hue angle of 296.47º degrees, saturation: 0.47, 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 #DFAFE2 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 175 | 226 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.11 |
| HSL | 296.47º | 0.47% | 0.79% | - |
| HSV(B) | 296.47º | 0.23% | 0.89% | - |
| XYZ | 59.49 | 51.84 | 78.82 | - |
| YUV | 195.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 175 | 226 | 0.01 | 0.23 | 0 | 0.11 | 296.47 | 0.47 | 0.79 |
| Hex | DF | AF | E2 | 1 | 17 | 0 | B | 128 | 2F | 4F |
| Octal | 337 | 257 | 342 | 1 | 27 | 0 | 13 | 450 | 57 | 117 |
| Binary | 11011111 | 10101111 | 11100010 | 1 | 10111 | 0 | 1011 | 100101000 | 101111 | 1001111 |
Color Harmonies of #DFAFE2
Complementary color
Monochromatic Colors of #DFAFE2
Black with #DFAFE2
Text Example
Text Example
White with #DFAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAFE2; }
p { color: rgb(223,175,226); }
H1.HeaderClassName
{
color: #DFAFE2;
}
.AnyTagClassName
{
color: #DFAFE2;
}
</style>
background-color css
<style>
a { background-color: #DFAFE2; }
a { background-color: rgb(223,175,226); }
div.DivClassName
{
background-color: #DFAFE2;
}
.BgClassName
{
background-color: #DFAFE2;
}
</style>
border-color css
<style>
span { border-color: #DFAFE2; }
span { border-color: rgb(223,175,226); }
td.TdClassName
{
border-color: #DFAFE2;
}
.TagClassName
{
border-color: #DFAFE2;
}
</style>