Shades of Primrose #DBE398
Tints of Primrose #DBE398
RGB
CMYK
RGB Variations
Color information
#DBE398 (or 0xDBE398) is known color: Primrose. HEX triplet: DB, E3 and 98. RGB value is (219,227,152). Sum of RGB (Red+Green+Blue) = 219+227+152=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 152 (59.77% from 255 or 25.42% from 598); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE398 is #241C67. Grayscale: #D8D8D8. Windows color (decimal): -2366568 or 10019803. OLE color: 10019803.
HSL color Cylindrical-coordinate representation of color #DBE398: hue angle of 66.4º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBE398 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 152 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.11 |
| HSL | 66.4º | 0.57% | 0.74% | - |
| HSV(B) | 66.4º | 0.33% | 0.89% | - |
| XYZ | 62.35 | 72.27 | 40.37 | - |
| YUV | 216.06 | 91.85 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 152 | 0.04 | 0 | 0.33 | 0.11 | 66.4 | 0.57 | 0.74 |
| Hex | DB | E3 | 98 | 4 | 0 | 21 | B | 42 | 39 | 4A |
| Octal | 333 | 343 | 230 | 4 | 0 | 41 | 13 | 102 | 71 | 112 |
| Binary | 11011011 | 11100011 | 10011000 | 100 | 0 | 100001 | 1011 | 1000010 | 111001 | 1001010 |
Color Harmonies of #DBE398
Complementary color
Monochromatic Colors of #DBE398
Black with #DBE398
Text Example
Text Example
White with #DBE398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE398; }
p { color: rgb(219,227,152); }
H1.HeaderClassName
{
color: #DBE398;
}
.AnyTagClassName
{
color: #DBE398;
}
</style>
background-color css
<style>
a { background-color: #DBE398; }
a { background-color: rgb(219,227,152); }
div.DivClassName
{
background-color: #DBE398;
}
.BgClassName
{
background-color: #DBE398;
}
</style>
border-color css
<style>
span { border-color: #DBE398; }
span { border-color: rgb(219,227,152); }
td.TdClassName
{
border-color: #DBE398;
}
.TagClassName
{
border-color: #DBE398;
}
</style>