Shades of Plum #DFAAEA
Tints of Plum #DFAAEA
RGB
CMYK
RGB Variations
Color information
#DFAAEA (or 0xDFAAEA) is known color: Plum. HEX triplet: DF, AA and EA. RGB value is (223,170,234). Sum of RGB (Red+Green+Blue) = 223+170+234=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFAAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFAAEA is #205515. Grayscale: #C0C0C0. Windows color (decimal): -2118934 or 15379167. OLE color: 15379167.
HSL color Cylindrical-coordinate representation of color #DFAAEA: hue angle of 289.69º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFAAEA is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 170 | 234 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.08 |
| HSL | 289.69º | 0.6% | 0.79% | - |
| HSV(B) | 289.69º | 0.27% | 0.92% | - |
| XYZ | 59.66 | 50.38 | 84.42 | - |
| YUV | 193.14 | 151.06 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 170 | 234 | 0.05 | 0.27 | 0 | 0.08 | 289.69 | 0.6 | 0.79 |
| Hex | DF | AA | EA | 5 | 1B | 0 | 8 | 122 | 3C | 4F |
| Octal | 337 | 252 | 352 | 5 | 33 | 0 | 10 | 442 | 74 | 117 |
| Binary | 11011111 | 10101010 | 11101010 | 101 | 11011 | 0 | 1000 | 100100010 | 111100 | 1001111 |
Color Harmonies of #DFAAEA
Complementary color
Monochromatic Colors of #DFAAEA
Black with #DFAAEA
Text Example
Text Example
White with #DFAAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFAAEA; }
p { color: rgb(223,170,234); }
H1.HeaderClassName
{
color: #DFAAEA;
}
.AnyTagClassName
{
color: #DFAAEA;
}
</style>
background-color css
<style>
a { background-color: #DFAAEA; }
a { background-color: rgb(223,170,234); }
div.DivClassName
{
background-color: #DFAAEA;
}
.BgClassName
{
background-color: #DFAAEA;
}
</style>
border-color css
<style>
span { border-color: #DFAAEA; }
span { border-color: rgb(223,170,234); }
td.TdClassName
{
border-color: #DFAAEA;
}
.TagClassName
{
border-color: #DFAAEA;
}
</style>