Shades of Plum #DFA3EE
Tints of Plum #DFA3EE
RGB
CMYK
RGB Variations
Color information
#DFA3EE (or 0xDFA3EE) is known color: Plum. HEX triplet: DF, A3 and EE. RGB value is (223,163,238). Sum of RGB (Red+Green+Blue) = 223+163+238=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 163 (64.06% from 255 or 26.12% from 624); Blue value is 238 (93.36% from 255 or 38.14% from 624); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFA3EE is #205C11. Grayscale: #BDBDBD. Windows color (decimal): -2120722 or 15639519. OLE color: 15639519.
HSL color Cylindrical-coordinate representation of color #DFA3EE: hue angle of 288º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFA3EE is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 163 | 238 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.07 |
| HSL | 288º | 0.69% | 0.79% | - |
| HSV(B) | 288º | 0.32% | 0.93% | - |
| XYZ | 58.96 | 48.06 | 87.06 | - |
| YUV | 189.49 | 155.38 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 163 | 238 | 0.06 | 0.32 | 0 | 0.07 | 288 | 0.69 | 0.79 |
| Hex | DF | A3 | EE | 6 | 20 | 0 | 7 | 120 | 45 | 4F |
| Octal | 337 | 243 | 356 | 6 | 40 | 0 | 7 | 440 | 105 | 117 |
| Binary | 11011111 | 10100011 | 11101110 | 110 | 100000 | 0 | 111 | 100100000 | 1000101 | 1001111 |
Color Harmonies of #DFA3EE
Complementary color
Monochromatic Colors of #DFA3EE
Black with #DFA3EE
Text Example
Text Example
White with #DFA3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFA3EE; }
p { color: rgb(223,163,238); }
H1.HeaderClassName
{
color: #DFA3EE;
}
.AnyTagClassName
{
color: #DFA3EE;
}
</style>
background-color css
<style>
a { background-color: #DFA3EE; }
a { background-color: rgb(223,163,238); }
div.DivClassName
{
background-color: #DFA3EE;
}
.BgClassName
{
background-color: #DFA3EE;
}
</style>
border-color css
<style>
span { border-color: #DFA3EE; }
span { border-color: rgb(223,163,238); }
td.TdClassName
{
border-color: #DFA3EE;
}
.TagClassName
{
border-color: #DFA3EE;
}
</style>