Shades of Primrose #DBE891
Tints of Primrose #DBE891
RGB
CMYK
RGB Variations
Color information
#DBE891 (or 0xDBE891) is known color: Primrose. HEX triplet: DB, E8 and 91. RGB value is (219,232,145). Sum of RGB (Red+Green+Blue) = 219+232+145=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 232 (91.02% from 255 or 38.93% from 596); Blue value is 145 (57.03% from 255 or 24.33% from 596); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE891 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE891 is #24176E. Grayscale: #DADADA. Windows color (decimal): -2365295 or 9562331. OLE color: 9562331.
HSL color Cylindrical-coordinate representation of color #DBE891: hue angle of 68.97º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBE891 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 145 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.09 |
| HSL | 68.97º | 0.65% | 0.74% | - |
| HSV(B) | 68.97º | 0.38% | 0.91% | - |
| XYZ | 63.18 | 74.82 | 37.9 | - |
| YUV | 218.2 | 86.69 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 145 | 0.06 | 0 | 0.38 | 0.09 | 68.97 | 0.65 | 0.74 |
| Hex | DB | E8 | 91 | 6 | 0 | 26 | 9 | 45 | 41 | 4A |
| Octal | 333 | 350 | 221 | 6 | 0 | 46 | 11 | 105 | 101 | 112 |
| Binary | 11011011 | 11101000 | 10010001 | 110 | 0 | 100110 | 1001 | 1000101 | 1000001 | 1001010 |
Color Harmonies of #DBE891
Complementary color
Monochromatic Colors of #DBE891
Black with #DBE891
Text Example
Text Example
White with #DBE891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE891; }
p { color: rgb(219,232,145); }
H1.HeaderClassName
{
color: #DBE891;
}
.AnyTagClassName
{
color: #DBE891;
}
</style>
background-color css
<style>
a { background-color: #DBE891; }
a { background-color: rgb(219,232,145); }
div.DivClassName
{
background-color: #DBE891;
}
.BgClassName
{
background-color: #DBE891;
}
</style>
border-color css
<style>
span { border-color: #DBE891; }
span { border-color: rgb(219,232,145); }
td.TdClassName
{
border-color: #DBE891;
}
.TagClassName
{
border-color: #DBE891;
}
</style>