Shades of Primrose #DBE988
Tints of Primrose #DBE988
RGB
CMYK
RGB Variations
Color information
#DBE988 (or 0xDBE988) is known color: Primrose. HEX triplet: DB, E9 and 88. RGB value is (219,233,136). Sum of RGB (Red+Green+Blue) = 219+233+136=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 136 (53.52% from 255 or 23.13% from 588); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE988 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE988 is #241677. Grayscale: #DADADA. Windows color (decimal): -2365048 or 8972763. OLE color: 8972763.
HSL color Cylindrical-coordinate representation of color #DBE988: hue angle of 68.66º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBE988 is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 233 | 136 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.09 |
| HSL | 68.66º | 0.69% | 0.72% | - |
| HSV(B) | 68.66º | 0.42% | 0.91% | - |
| XYZ | 62.8 | 75.12 | 34.48 | - |
| YUV | 217.76 | 81.86 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 233 | 136 | 0.06 | 0 | 0.42 | 0.09 | 68.66 | 0.69 | 0.72 |
| Hex | DB | E9 | 88 | 6 | 0 | 2A | 9 | 45 | 45 | 48 |
| Octal | 333 | 351 | 210 | 6 | 0 | 52 | 11 | 105 | 105 | 110 |
| Binary | 11011011 | 11101001 | 10001000 | 110 | 0 | 101010 | 1001 | 1000101 | 1000101 | 1001000 |
Color Harmonies of #DBE988
Complementary color
Monochromatic Colors of #DBE988
Black with #DBE988
Text Example
Text Example
White with #DBE988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE988; }
p { color: rgb(219,233,136); }
H1.HeaderClassName
{
color: #DBE988;
}
.AnyTagClassName
{
color: #DBE988;
}
</style>
background-color css
<style>
a { background-color: #DBE988; }
a { background-color: rgb(219,233,136); }
div.DivClassName
{
background-color: #DBE988;
}
.BgClassName
{
background-color: #DBE988;
}
</style>
border-color css
<style>
span { border-color: #DBE988; }
span { border-color: rgb(219,233,136); }
td.TdClassName
{
border-color: #DBE988;
}
.TagClassName
{
border-color: #DBE988;
}
</style>