Shades of Plum #DFB1E8
Tints of Plum #DFB1E8
RGB
CMYK
RGB Variations
Color information
#DFB1E8 (or 0xDFB1E8) is known color: Plum. HEX triplet: DF, B1 and E8. RGB value is (223,177,232). Sum of RGB (Red+Green+Blue) = 223+177+232=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 177 (69.53% from 255 or 28.01% from 632); Blue value is 232 (91.02% from 255 or 36.71% from 632); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFB1E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB1E8 is #204E17. Grayscale: #C4C4C4. Windows color (decimal): -2117144 or 15249887. OLE color: 15249887.
HSL color Cylindrical-coordinate representation of color #DFB1E8: hue angle of 290.18º degrees, saturation: 0.54, 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 #DFB1E8 is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 177 | 232 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.09 |
| HSL | 290.18º | 0.54% | 0.8% | - |
| HSV(B) | 290.18º | 0.24% | 0.91% | - |
| XYZ | 60.72 | 52.96 | 83.37 | - |
| YUV | 197.02 | 147.74 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 177 | 232 | 0.04 | 0.24 | 0 | 0.09 | 290.18 | 0.54 | 0.8 |
| Hex | DF | B1 | E8 | 4 | 18 | 0 | 9 | 122 | 36 | 50 |
| Octal | 337 | 261 | 350 | 4 | 30 | 0 | 11 | 442 | 66 | 120 |
| Binary | 11011111 | 10110001 | 11101000 | 100 | 11000 | 0 | 1001 | 100100010 | 110110 | 1010000 |
Color Harmonies of #DFB1E8
Complementary color
Monochromatic Colors of #DFB1E8
Black with #DFB1E8
Text Example
Text Example
White with #DFB1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB1E8; }
p { color: rgb(223,177,232); }
H1.HeaderClassName
{
color: #DFB1E8;
}
.AnyTagClassName
{
color: #DFB1E8;
}
</style>
background-color css
<style>
a { background-color: #DFB1E8; }
a { background-color: rgb(223,177,232); }
div.DivClassName
{
background-color: #DFB1E8;
}
.BgClassName
{
background-color: #DFB1E8;
}
</style>
border-color css
<style>
span { border-color: #DFB1E8; }
span { border-color: rgb(223,177,232); }
td.TdClassName
{
border-color: #DFB1E8;
}
.TagClassName
{
border-color: #DFB1E8;
}
</style>