Shades of Plum #DFB0E8
Tints of Plum #DFB0E8
RGB
CMYK
RGB Variations
Color information
#DFB0E8 (or 0xDFB0E8) is known color: Plum. HEX triplet: DF, B0 and E8. RGB value is (223,176,232). Sum of RGB (Red+Green+Blue) = 223+176+232=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFB0E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB0E8 is #204F17. Grayscale: #C4C4C4. Windows color (decimal): -2117400 or 15249631. OLE color: 15249631.
HSL color Cylindrical-coordinate representation of color #DFB0E8: hue angle of 290.36º degrees, saturation: 0.55, 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 #DFB0E8 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 176 | 232 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.09 |
| HSL | 290.36º | 0.55% | 0.8% | - |
| HSV(B) | 290.36º | 0.24% | 0.91% | - |
| XYZ | 60.52 | 52.56 | 83.3 | - |
| YUV | 196.44 | 148.07 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 176 | 232 | 0.04 | 0.24 | 0 | 0.09 | 290.36 | 0.55 | 0.8 |
| Hex | DF | B0 | E8 | 4 | 18 | 0 | 9 | 122 | 37 | 50 |
| Octal | 337 | 260 | 350 | 4 | 30 | 0 | 11 | 442 | 67 | 120 |
| Binary | 11011111 | 10110000 | 11101000 | 100 | 11000 | 0 | 1001 | 100100010 | 110111 | 1010000 |
Color Harmonies of #DFB0E8
Complementary color
Monochromatic Colors of #DFB0E8
Black with #DFB0E8
Text Example
Text Example
White with #DFB0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB0E8; }
p { color: rgb(223,176,232); }
H1.HeaderClassName
{
color: #DFB0E8;
}
.AnyTagClassName
{
color: #DFB0E8;
}
</style>
background-color css
<style>
a { background-color: #DFB0E8; }
a { background-color: rgb(223,176,232); }
div.DivClassName
{
background-color: #DFB0E8;
}
.BgClassName
{
background-color: #DFB0E8;
}
</style>
border-color css
<style>
span { border-color: #DFB0E8; }
span { border-color: rgb(223,176,232); }
td.TdClassName
{
border-color: #DFB0E8;
}
.TagClassName
{
border-color: #DFB0E8;
}
</style>