Shades of Plum #DBB0E4
Tints of Plum #DBB0E4
RGB
CMYK
RGB Variations
Color information
#DBB0E4 (or 0xDBB0E4) is known color: Plum. HEX triplet: DB, B0 and E4. RGB value is (219,176,228). Sum of RGB (Red+Green+Blue) = 219+176+228=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 176 (69.14% from 255 or 28.25% from 623); Blue value is 228 (89.45% from 255 or 36.60% from 623); Max value from RGB is 228 - color contains mainly: blue. Hex color #DBB0E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB0E4 is #244F1B. Grayscale: #C2C2C2. Windows color (decimal): -2379548 or 14987483. OLE color: 14987483.
HSL color Cylindrical-coordinate representation of color #DBB0E4: hue angle of 289.62º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBB0E4 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 176 | 228 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.11 |
| HSL | 289.62º | 0.49% | 0.79% | - |
| HSV(B) | 289.62º | 0.23% | 0.89% | - |
| XYZ | 58.74 | 51.71 | 80.28 | - |
| YUV | 194.79 | 146.75 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 228 | 0.04 | 0.23 | 0 | 0.11 | 289.62 | 0.49 | 0.79 |
| Hex | DB | B0 | E4 | 4 | 17 | 0 | B | 122 | 31 | 4F |
| Octal | 333 | 260 | 344 | 4 | 27 | 0 | 13 | 442 | 61 | 117 |
| Binary | 11011011 | 10110000 | 11100100 | 100 | 10111 | 0 | 1011 | 100100010 | 110001 | 1001111 |
Color Harmonies of #DBB0E4
Complementary color
Monochromatic Colors of #DBB0E4
Black with #DBB0E4
Text Example
Text Example
White with #DBB0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0E4; }
p { color: rgb(219,176,228); }
H1.HeaderClassName
{
color: #DBB0E4;
}
.AnyTagClassName
{
color: #DBB0E4;
}
</style>
background-color css
<style>
a { background-color: #DBB0E4; }
a { background-color: rgb(219,176,228); }
div.DivClassName
{
background-color: #DBB0E4;
}
.BgClassName
{
background-color: #DBB0E4;
}
</style>
border-color css
<style>
span { border-color: #DBB0E4; }
span { border-color: rgb(219,176,228); }
td.TdClassName
{
border-color: #DBB0E4;
}
.TagClassName
{
border-color: #DBB0E4;
}
</style>