Shades of Primrose #DBE291
Tints of Primrose #DBE291
RGB
CMYK
RGB Variations
Color information
#DBE291 (or 0xDBE291) is known color: Primrose. HEX triplet: DB, E2 and 91. RGB value is (219,226,145). Sum of RGB (Red+Green+Blue) = 219+226+145=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 145 (57.03% from 255 or 24.58% from 590); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE291 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE291 is #241D6E. Grayscale: #D6D6D6. Windows color (decimal): -2366831 or 9560795. OLE color: 9560795.
HSL color Cylindrical-coordinate representation of color #DBE291: hue angle of 65.19º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBE291 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 145 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.11 |
| HSL | 65.19º | 0.58% | 0.73% | - |
| HSV(B) | 65.19º | 0.36% | 0.89% | - |
| XYZ | 61.52 | 71.5 | 37.35 | - |
| YUV | 214.67 | 88.68 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 145 | 0.03 | 0 | 0.36 | 0.11 | 65.19 | 0.58 | 0.73 |
| Hex | DB | E2 | 91 | 3 | 0 | 24 | B | 41 | 3A | 49 |
| Octal | 333 | 342 | 221 | 3 | 0 | 44 | 13 | 101 | 72 | 111 |
| Binary | 11011011 | 11100010 | 10010001 | 11 | 0 | 100100 | 1011 | 1000001 | 111010 | 1001001 |
Color Harmonies of #DBE291
Complementary color
Monochromatic Colors of #DBE291
Black with #DBE291
Text Example
Text Example
White with #DBE291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE291; }
p { color: rgb(219,226,145); }
H1.HeaderClassName
{
color: #DBE291;
}
.AnyTagClassName
{
color: #DBE291;
}
</style>
background-color css
<style>
a { background-color: #DBE291; }
a { background-color: rgb(219,226,145); }
div.DivClassName
{
background-color: #DBE291;
}
.BgClassName
{
background-color: #DBE291;
}
</style>
border-color css
<style>
span { border-color: #DBE291; }
span { border-color: rgb(219,226,145); }
td.TdClassName
{
border-color: #DBE291;
}
.TagClassName
{
border-color: #DBE291;
}
</style>