Shades of Primrose #DBE188
Tints of Primrose #DBE188
RGB
CMYK
RGB Variations
Color information
#DBE188 (or 0xDBE188) is known color: Primrose. HEX triplet: DB, E1 and 88. RGB value is (219,225,136). Sum of RGB (Red+Green+Blue) = 219+225+136=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 136 (53.52% from 255 or 23.45% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE188 is #241E77. Grayscale: #D5D5D5. Windows color (decimal): -2367096 or 8970715. OLE color: 8970715.
HSL color Cylindrical-coordinate representation of color #DBE188: hue angle of 64.04º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBE188 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 136 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.12 |
| HSL | 64.04º | 0.6% | 0.71% | - |
| HSV(B) | 64.04º | 0.4% | 0.88% | - |
| XYZ | 60.58 | 70.69 | 33.74 | - |
| YUV | 213.06 | 84.51 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 136 | 0.03 | 0 | 0.40 | 0.12 | 64.04 | 0.6 | 0.71 |
| Hex | DB | E1 | 88 | 3 | 0 | 28 | C | 40 | 3C | 47 |
| Octal | 333 | 341 | 210 | 3 | 0 | 50 | 14 | 100 | 74 | 107 |
| Binary | 11011011 | 11100001 | 10001000 | 11 | 0 | 101000 | 1100 | 1000000 | 111100 | 1000111 |
Color Harmonies of #DBE188
Complementary color
Monochromatic Colors of #DBE188
Black with #DBE188
Text Example
Text Example
White with #DBE188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE188; }
p { color: rgb(219,225,136); }
H1.HeaderClassName
{
color: #DBE188;
}
.AnyTagClassName
{
color: #DBE188;
}
</style>
background-color css
<style>
a { background-color: #DBE188; }
a { background-color: rgb(219,225,136); }
div.DivClassName
{
background-color: #DBE188;
}
.BgClassName
{
background-color: #DBE188;
}
</style>
border-color css
<style>
span { border-color: #DBE188; }
span { border-color: rgb(219,225,136); }
td.TdClassName
{
border-color: #DBE188;
}
.TagClassName
{
border-color: #DBE188;
}
</style>