Shades of Primrose #DBE282
Tints of Primrose #DBE282
RGB
CMYK
RGB Variations
Color information
#DBE282 (or 0xDBE282) is known color: Primrose. HEX triplet: DB, E2 and 82. RGB value is (219,226,130). Sum of RGB (Red+Green+Blue) = 219+226+130=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 130 (51.17% from 255 or 22.61% from 575); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE282 is #241D7D. Grayscale: #D5D5D5. Windows color (decimal): -2366846 or 8577755. OLE color: 8577755.
HSL color Cylindrical-coordinate representation of color #DBE282: hue angle of 64.38º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBE282 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 130 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.11 |
| HSL | 64.38º | 0.62% | 0.7% | - |
| HSV(B) | 64.38º | 0.42% | 0.89% | - |
| XYZ | 60.44 | 71.06 | 31.65 | - |
| YUV | 212.96 | 81.18 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 130 | 0.03 | 0 | 0.42 | 0.11 | 64.38 | 0.62 | 0.7 |
| Hex | DB | E2 | 82 | 3 | 0 | 2A | B | 40 | 3E | 46 |
| Octal | 333 | 342 | 202 | 3 | 0 | 52 | 13 | 100 | 76 | 106 |
| Binary | 11011011 | 11100010 | 10000010 | 11 | 0 | 101010 | 1011 | 1000000 | 111110 | 1000110 |
Color Harmonies of #DBE282
Complementary color
Monochromatic Colors of #DBE282
Black with #DBE282
Text Example
Text Example
White with #DBE282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE282; }
p { color: rgb(219,226,130); }
H1.HeaderClassName
{
color: #DBE282;
}
.AnyTagClassName
{
color: #DBE282;
}
</style>
background-color css
<style>
a { background-color: #DBE282; }
a { background-color: rgb(219,226,130); }
div.DivClassName
{
background-color: #DBE282;
}
.BgClassName
{
background-color: #DBE282;
}
</style>
border-color css
<style>
span { border-color: #DBE282; }
span { border-color: rgb(219,226,130); }
td.TdClassName
{
border-color: #DBE282;
}
.TagClassName
{
border-color: #DBE282;
}
</style>