Shades of Plum #DFB1E7
Tints of Plum #DFB1E7
RGB
CMYK
RGB Variations
Color information
#DFB1E7 (or 0xDFB1E7) is known color: Plum. HEX triplet: DF, B1 and E7. RGB value is (223,177,231). Sum of RGB (Red+Green+Blue) = 223+177+231=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 177 (69.53% from 255 or 28.05% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFB1E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB1E7 is #204E18. Grayscale: #C4C4C4. Windows color (decimal): -2117145 or 15184351. OLE color: 15184351.
HSL color Cylindrical-coordinate representation of color #DFB1E7: hue angle of 291.11º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFB1E7 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 177 | 231 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.09 |
| HSL | 291.11º | 0.53% | 0.8% | - |
| HSV(B) | 291.11º | 0.23% | 0.91% | - |
| XYZ | 60.58 | 52.9 | 82.62 | - |
| YUV | 196.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 231 | 0.03 | 0.23 | 0 | 0.09 | 291.11 | 0.53 | 0.8 |
| Hex | DF | B1 | E7 | 3 | 17 | 0 | 9 | 123 | 35 | 50 |
| Octal | 337 | 261 | 347 | 3 | 27 | 0 | 11 | 443 | 65 | 120 |
| Binary | 11011111 | 10110001 | 11100111 | 11 | 10111 | 0 | 1001 | 100100011 | 110101 | 1010000 |
Color Harmonies of #DFB1E7
Complementary color
Monochromatic Colors of #DFB1E7
Black with #DFB1E7
Text Example
Text Example
White with #DFB1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1E7; }
p { color: rgb(223,177,231); }
H1.HeaderClassName
{
color: #DFB1E7;
}
.AnyTagClassName
{
color: #DFB1E7;
}
</style>
background-color css
<style>
a { background-color: #DFB1E7; }
a { background-color: rgb(223,177,231); }
div.DivClassName
{
background-color: #DFB1E7;
}
.BgClassName
{
background-color: #DFB1E7;
}
</style>
border-color css
<style>
span { border-color: #DFB1E7; }
span { border-color: rgb(223,177,231); }
td.TdClassName
{
border-color: #DFB1E7;
}
.TagClassName
{
border-color: #DFB1E7;
}
</style>