Shades of Plum #DFB0E7
Tints of Plum #DFB0E7
RGB
CMYK
RGB Variations
Color information
#DFB0E7 (or 0xDFB0E7) is known color: Plum. HEX triplet: DF, B0 and E7. RGB value is (223,176,231). Sum of RGB (Red+Green+Blue) = 223+176+231=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 231 (90.62% from 255 or 36.67% from 630); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFB0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0E7 is #204F18. Grayscale: #C4C4C4. Windows color (decimal): -2117401 or 15184095. OLE color: 15184095.
HSL color Cylindrical-coordinate representation of color #DFB0E7: hue angle of 291.27º degrees, saturation: 0.53, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFB0E7 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 176 | 231 | - |
| CMYK | 0.03 | 0.24 | 0 | 0.09 |
| HSL | 291.27º | 0.53% | 0.8% | - |
| HSV(B) | 291.27º | 0.24% | 0.91% | - |
| XYZ | 60.38 | 52.51 | 82.55 | - |
| YUV | 196.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 231 | 0.03 | 0.24 | 0 | 0.09 | 291.27 | 0.53 | 0.8 |
| Hex | DF | B0 | E7 | 3 | 18 | 0 | 9 | 123 | 35 | 50 |
| Octal | 337 | 260 | 347 | 3 | 30 | 0 | 11 | 443 | 65 | 120 |
| Binary | 11011111 | 10110000 | 11100111 | 11 | 11000 | 0 | 1001 | 100100011 | 110101 | 1010000 |
Color Harmonies of #DFB0E7
Complementary color
Monochromatic Colors of #DFB0E7
Black with #DFB0E7
Text Example
Text Example
White with #DFB0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0E7; }
p { color: rgb(223,176,231); }
H1.HeaderClassName
{
color: #DFB0E7;
}
.AnyTagClassName
{
color: #DFB0E7;
}
</style>
background-color css
<style>
a { background-color: #DFB0E7; }
a { background-color: rgb(223,176,231); }
div.DivClassName
{
background-color: #DFB0E7;
}
.BgClassName
{
background-color: #DFB0E7;
}
</style>
border-color css
<style>
span { border-color: #DFB0E7; }
span { border-color: rgb(223,176,231); }
td.TdClassName
{
border-color: #DFB0E7;
}
.TagClassName
{
border-color: #DFB0E7;
}
</style>