Shades of Plum #DFB2E8
Tints of Plum #DFB2E8
RGB
CMYK
RGB Variations
Color information
#DFB2E8 (or 0xDFB2E8) is known color: Plum. HEX triplet: DF, B2 and E8. RGB value is (223,178,232). Sum of RGB (Red+Green+Blue) = 223+178+232=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 178 (69.92% from 255 or 28.12% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFB2E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DFB2E8 is #204D17. Grayscale: #C5C5C5. Windows color (decimal): -2116888 or 15250143. OLE color: 15250143.
HSL color Cylindrical-coordinate representation of color #DFB2E8: hue angle of 290º degrees, saturation: 0.54, 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 #DFB2E8 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 178 | 232 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.09 |
| HSL | 290º | 0.54% | 0.8% | - |
| HSV(B) | 290º | 0.23% | 0.91% | - |
| XYZ | 60.92 | 53.35 | 83.43 | - |
| YUV | 197.61 | 147.41 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 232 | 0.04 | 0.23 | 0 | 0.09 | 290 | 0.54 | 0.8 |
| Hex | DF | B2 | E8 | 4 | 17 | 0 | 9 | 122 | 36 | 50 |
| Octal | 337 | 262 | 350 | 4 | 27 | 0 | 11 | 442 | 66 | 120 |
| Binary | 11011111 | 10110010 | 11101000 | 100 | 10111 | 0 | 1001 | 100100010 | 110110 | 1010000 |
Color Harmonies of #DFB2E8
Complementary color
Monochromatic Colors of #DFB2E8
Black with #DFB2E8
Text Example
Text Example
White with #DFB2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB2E8; }
p { color: rgb(223,178,232); }
H1.HeaderClassName
{
color: #DFB2E8;
}
.AnyTagClassName
{
color: #DFB2E8;
}
</style>
background-color css
<style>
a { background-color: #DFB2E8; }
a { background-color: rgb(223,178,232); }
div.DivClassName
{
background-color: #DFB2E8;
}
.BgClassName
{
background-color: #DFB2E8;
}
</style>
border-color css
<style>
span { border-color: #DFB2E8; }
span { border-color: rgb(223,178,232); }
td.TdClassName
{
border-color: #DFB2E8;
}
.TagClassName
{
border-color: #DFB2E8;
}
</style>