Shades of Plum #DAB0E2
Tints of Plum #DAB0E2
RGB
CMYK
RGB Variations
Color information
#DAB0E2 (or 0xDAB0E2) is known color: Plum. HEX triplet: DA, B0 and E2. RGB value is (218,176,226). Sum of RGB (Red+Green+Blue) = 218+176+226=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 226 - color contains mainly: blue. Hex color #DAB0E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0E2 is #254F1D. Grayscale: #C2C2C2. Windows color (decimal): -2445086 or 14856410. OLE color: 14856410.
HSL color Cylindrical-coordinate representation of color #DAB0E2: hue angle of 290.4º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAB0E2 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 176 | 226 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.11 |
| HSL | 290.4º | 0.46% | 0.79% | - |
| HSV(B) | 290.4º | 0.22% | 0.89% | - |
| XYZ | 58.17 | 51.45 | 78.82 | - |
| YUV | 194.26 | 145.91 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 226 | 0.04 | 0.22 | 0 | 0.11 | 290.4 | 0.46 | 0.79 |
| Hex | DA | B0 | E2 | 4 | 16 | 0 | B | 122 | 2E | 4F |
| Octal | 332 | 260 | 342 | 4 | 26 | 0 | 13 | 442 | 56 | 117 |
| Binary | 11011010 | 10110000 | 11100010 | 100 | 10110 | 0 | 1011 | 100100010 | 101110 | 1001111 |
Color Harmonies of #DAB0E2
Complementary color
Monochromatic Colors of #DAB0E2
Black with #DAB0E2
Text Example
Text Example
White with #DAB0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0E2; }
p { color: rgb(218,176,226); }
H1.HeaderClassName
{
color: #DAB0E2;
}
.AnyTagClassName
{
color: #DAB0E2;
}
</style>
background-color css
<style>
a { background-color: #DAB0E2; }
a { background-color: rgb(218,176,226); }
div.DivClassName
{
background-color: #DAB0E2;
}
.BgClassName
{
background-color: #DAB0E2;
}
</style>
border-color css
<style>
span { border-color: #DAB0E2; }
span { border-color: rgb(218,176,226); }
td.TdClassName
{
border-color: #DAB0E2;
}
.TagClassName
{
border-color: #DAB0E2;
}
</style>