Shades of Primrose #DBE098
Tints of Primrose #DBE098
RGB
CMYK
RGB Variations
Color information
#DBE098 (or 0xDBE098) is known color: Primrose. HEX triplet: DB, E0 and 98. RGB value is (219,224,152). Sum of RGB (Red+Green+Blue) = 219+224+152=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 152 (59.77% from 255 or 25.55% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE098 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE098 is #241F67. Grayscale: #D6D6D6. Windows color (decimal): -2367336 or 10019035. OLE color: 10019035.
HSL color Cylindrical-coordinate representation of color #DBE098: hue angle of 64.17º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBE098 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 152 | - |
| CMYK | 0.02 | 0 | 0.32 | 0.12 |
| HSL | 64.17º | 0.54% | 0.74% | - |
| HSV(B) | 64.17º | 0.32% | 0.88% | - |
| XYZ | 61.54 | 70.64 | 40.1 | - |
| YUV | 214.3 | 92.84 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 152 | 0.02 | 0 | 0.32 | 0.12 | 64.17 | 0.54 | 0.74 |
| Hex | DB | E0 | 98 | 2 | 0 | 20 | C | 40 | 36 | 4A |
| Octal | 333 | 340 | 230 | 2 | 0 | 40 | 14 | 100 | 66 | 112 |
| Binary | 11011011 | 11100000 | 10011000 | 10 | 0 | 100000 | 1100 | 1000000 | 110110 | 1001010 |
Color Harmonies of #DBE098
Complementary color
Monochromatic Colors of #DBE098
Black with #DBE098
Text Example
Text Example
White with #DBE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE098; }
p { color: rgb(219,224,152); }
H1.HeaderClassName
{
color: #DBE098;
}
.AnyTagClassName
{
color: #DBE098;
}
</style>
background-color css
<style>
a { background-color: #DBE098; }
a { background-color: rgb(219,224,152); }
div.DivClassName
{
background-color: #DBE098;
}
.BgClassName
{
background-color: #DBE098;
}
</style>
border-color css
<style>
span { border-color: #DBE098; }
span { border-color: rgb(219,224,152); }
td.TdClassName
{
border-color: #DBE098;
}
.TagClassName
{
border-color: #DBE098;
}
</style>