Shades of Primrose #DBE189
Tints of Primrose #DBE189
RGB
CMYK
RGB Variations
Color information
#DBE189 (or 0xDBE189) is known color: Primrose. HEX triplet: DB, E1 and 89. RGB value is (219,225,137). Sum of RGB (Red+Green+Blue) = 219+225+137=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 137 (53.91% from 255 or 23.58% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE189 is #241E76. Grayscale: #D5D5D5. Windows color (decimal): -2367095 or 9036251. OLE color: 9036251.
HSL color Cylindrical-coordinate representation of color #DBE189: hue angle of 64.09º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBE189 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 137 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.12 |
| HSL | 64.09º | 0.59% | 0.71% | - |
| HSV(B) | 64.09º | 0.39% | 0.88% | - |
| XYZ | 60.65 | 70.72 | 34.12 | - |
| YUV | 213.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 137 | 0.03 | 0 | 0.39 | 0.12 | 64.09 | 0.59 | 0.71 |
| Hex | DB | E1 | 89 | 3 | 0 | 27 | C | 40 | 3B | 47 |
| Octal | 333 | 341 | 211 | 3 | 0 | 47 | 14 | 100 | 73 | 107 |
| Binary | 11011011 | 11100001 | 10001001 | 11 | 0 | 100111 | 1100 | 1000000 | 111011 | 1000111 |
Color Harmonies of #DBE189
Complementary color
Monochromatic Colors of #DBE189
Black with #DBE189
Text Example
Text Example
White with #DBE189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE189; }
p { color: rgb(219,225,137); }
H1.HeaderClassName
{
color: #DBE189;
}
.AnyTagClassName
{
color: #DBE189;
}
</style>
background-color css
<style>
a { background-color: #DBE189; }
a { background-color: rgb(219,225,137); }
div.DivClassName
{
background-color: #DBE189;
}
.BgClassName
{
background-color: #DBE189;
}
</style>
border-color css
<style>
span { border-color: #DBE189; }
span { border-color: rgb(219,225,137); }
td.TdClassName
{
border-color: #DBE189;
}
.TagClassName
{
border-color: #DBE189;
}
</style>