Shades of Primrose #DBE088
Tints of Primrose #DBE088
RGB
CMYK
RGB Variations
Color information
#DBE088 (or 0xDBE088) is known color: Primrose. HEX triplet: DB, E0 and 88. RGB value is (219,224,136). Sum of RGB (Red+Green+Blue) = 219+224+136=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 136 (53.52% from 255 or 23.49% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE088 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE088 is #241F77. Grayscale: #D4D4D4. Windows color (decimal): -2367352 or 8970459. OLE color: 8970459.
HSL color Cylindrical-coordinate representation of color #DBE088: hue angle of 63.41º 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 #DBE088 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 136 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.12 |
| HSL | 63.41º | 0.59% | 0.71% | - |
| HSV(B) | 63.41º | 0.39% | 0.88% | - |
| XYZ | 60.31 | 70.15 | 33.65 | - |
| YUV | 212.47 | 84.84 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 136 | 0.02 | 0 | 0.39 | 0.12 | 63.41 | 0.59 | 0.71 |
| Hex | DB | E0 | 88 | 2 | 0 | 27 | C | 3F | 3B | 47 |
| Octal | 333 | 340 | 210 | 2 | 0 | 47 | 14 | 77 | 73 | 107 |
| Binary | 11011011 | 11100000 | 10001000 | 10 | 0 | 100111 | 1100 | 111111 | 111011 | 1000111 |
Color Harmonies of #DBE088
Complementary color
Monochromatic Colors of #DBE088
Black with #DBE088
Text Example
Text Example
White with #DBE088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE088; }
p { color: rgb(219,224,136); }
H1.HeaderClassName
{
color: #DBE088;
}
.AnyTagClassName
{
color: #DBE088;
}
</style>
background-color css
<style>
a { background-color: #DBE088; }
a { background-color: rgb(219,224,136); }
div.DivClassName
{
background-color: #DBE088;
}
.BgClassName
{
background-color: #DBE088;
}
</style>
border-color css
<style>
span { border-color: #DBE088; }
span { border-color: rgb(219,224,136); }
td.TdClassName
{
border-color: #DBE088;
}
.TagClassName
{
border-color: #DBE088;
}
</style>