Shades of Primrose #DBE889
Tints of Primrose #DBE889
RGB
CMYK
RGB Variations
Color information
#DBE889 (or 0xDBE889) is known color: Primrose. HEX triplet: DB, E8 and 89. RGB value is (219,232,137). Sum of RGB (Red+Green+Blue) = 219+232+137=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 232 (91.02% from 255 or 39.46% from 588); Blue value is 137 (53.91% from 255 or 23.30% from 588); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE889 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE889 is #241776. Grayscale: #D9D9D9. Windows color (decimal): -2365303 or 9038043. OLE color: 9038043.
HSL color Cylindrical-coordinate representation of color #DBE889: hue angle of 68.21º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBE889 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 137 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.09 |
| HSL | 68.21º | 0.67% | 0.72% | - |
| HSV(B) | 68.21º | 0.41% | 0.91% | - |
| XYZ | 62.59 | 74.58 | 34.76 | - |
| YUV | 217.28 | 82.69 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 137 | 0.06 | 0 | 0.41 | 0.09 | 68.21 | 0.67 | 0.72 |
| Hex | DB | E8 | 89 | 6 | 0 | 29 | 9 | 44 | 43 | 48 |
| Octal | 333 | 350 | 211 | 6 | 0 | 51 | 11 | 104 | 103 | 110 |
| Binary | 11011011 | 11101000 | 10001001 | 110 | 0 | 101001 | 1001 | 1000100 | 1000011 | 1001000 |
Color Harmonies of #DBE889
Complementary color
Monochromatic Colors of #DBE889
Black with #DBE889
Text Example
Text Example
White with #DBE889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE889; }
p { color: rgb(219,232,137); }
H1.HeaderClassName
{
color: #DBE889;
}
.AnyTagClassName
{
color: #DBE889;
}
</style>
background-color css
<style>
a { background-color: #DBE889; }
a { background-color: rgb(219,232,137); }
div.DivClassName
{
background-color: #DBE889;
}
.BgClassName
{
background-color: #DBE889;
}
</style>
border-color css
<style>
span { border-color: #DBE889; }
span { border-color: rgb(219,232,137); }
td.TdClassName
{
border-color: #DBE889;
}
.TagClassName
{
border-color: #DBE889;
}
</style>