Shades of Primrose #DBE198
Tints of Primrose #DBE198
RGB
CMYK
RGB Variations
Color information
#DBE198 (or 0xDBE198) is known color: Primrose. HEX triplet: DB, E1 and 98. RGB value is (219,225,152). Sum of RGB (Red+Green+Blue) = 219+225+152=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 152 (59.77% from 255 or 25.50% from 596); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE198 is #241E67. Grayscale: #D7D7D7. Windows color (decimal): -2367080 or 10019291. OLE color: 10019291.
HSL color Cylindrical-coordinate representation of color #DBE198: hue angle of 64.93º degrees, saturation: 0.55, 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 #DBE198 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 152 | - |
| CMYK | 0.03 | 0 | 0.32 | 0.12 |
| HSL | 64.93º | 0.55% | 0.74% | - |
| HSV(B) | 64.93º | 0.32% | 0.88% | - |
| XYZ | 61.81 | 71.18 | 40.19 | - |
| YUV | 214.88 | 92.51 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 152 | 0.03 | 0 | 0.32 | 0.12 | 64.93 | 0.55 | 0.74 |
| Hex | DB | E1 | 98 | 3 | 0 | 20 | C | 41 | 37 | 4A |
| Octal | 333 | 341 | 230 | 3 | 0 | 40 | 14 | 101 | 67 | 112 |
| Binary | 11011011 | 11100001 | 10011000 | 11 | 0 | 100000 | 1100 | 1000001 | 110111 | 1001010 |
Color Harmonies of #DBE198
Complementary color
Monochromatic Colors of #DBE198
Black with #DBE198
Text Example
Text Example
White with #DBE198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE198; }
p { color: rgb(219,225,152); }
H1.HeaderClassName
{
color: #DBE198;
}
.AnyTagClassName
{
color: #DBE198;
}
</style>
background-color css
<style>
a { background-color: #DBE198; }
a { background-color: rgb(219,225,152); }
div.DivClassName
{
background-color: #DBE198;
}
.BgClassName
{
background-color: #DBE198;
}
</style>
border-color css
<style>
span { border-color: #DBE198; }
span { border-color: rgb(219,225,152); }
td.TdClassName
{
border-color: #DBE198;
}
.TagClassName
{
border-color: #DBE198;
}
</style>