Shades of Primrose #DBE08E
Tints of Primrose #DBE08E
RGB
CMYK
RGB Variations
Color information
#DBE08E (or 0xDBE08E) is known color: Primrose. HEX triplet: DB, E0 and 8E. RGB value is (219,224,142). Sum of RGB (Red+Green+Blue) = 219+224+142=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 142 (55.86% from 255 or 24.27% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE08E is #241F71. Grayscale: #D5D5D5. Windows color (decimal): -2367346 or 9363675. OLE color: 9363675.
HSL color Cylindrical-coordinate representation of color #DBE08E: hue angle of 63.66º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBE08E is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 142 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.12 |
| HSL | 63.66º | 0.57% | 0.72% | - |
| HSV(B) | 63.66º | 0.37% | 0.88% | - |
| XYZ | 60.75 | 70.32 | 35.96 | - |
| YUV | 213.16 | 87.84 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 142 | 0.02 | 0 | 0.37 | 0.12 | 63.66 | 0.57 | 0.72 |
| Hex | DB | E0 | 8E | 2 | 0 | 25 | C | 40 | 39 | 48 |
| Octal | 333 | 340 | 216 | 2 | 0 | 45 | 14 | 100 | 71 | 110 |
| Binary | 11011011 | 11100000 | 10001110 | 10 | 0 | 100101 | 1100 | 1000000 | 111001 | 1001000 |
Color Harmonies of #DBE08E
Complementary color
Monochromatic Colors of #DBE08E
Black with #DBE08E
Text Example
Text Example
White with #DBE08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE08E; }
p { color: rgb(219,224,142); }
H1.HeaderClassName
{
color: #DBE08E;
}
.AnyTagClassName
{
color: #DBE08E;
}
</style>
background-color css
<style>
a { background-color: #DBE08E; }
a { background-color: rgb(219,224,142); }
div.DivClassName
{
background-color: #DBE08E;
}
.BgClassName
{
background-color: #DBE08E;
}
</style>
border-color css
<style>
span { border-color: #DBE08E; }
span { border-color: rgb(219,224,142); }
td.TdClassName
{
border-color: #DBE08E;
}
.TagClassName
{
border-color: #DBE08E;
}
</style>