Shades of Primrose #DBE298
Tints of Primrose #DBE298
RGB
CMYK
RGB Variations
Color information
#DBE298 (or 0xDBE298) is known color: Primrose. HEX triplet: DB, E2 and 98. RGB value is (219,226,152). Sum of RGB (Red+Green+Blue) = 219+226+152=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 152 (59.77% from 255 or 25.46% from 597); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE298 is #241D67. Grayscale: #D7D7D7. Windows color (decimal): -2366824 or 10019547. OLE color: 10019547.
HSL color Cylindrical-coordinate representation of color #DBE298: hue angle of 65.68º degrees, saturation: 0.56, 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 #DBE298 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 152 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.11 |
| HSL | 65.68º | 0.56% | 0.74% | - |
| HSV(B) | 65.68º | 0.33% | 0.89% | - |
| XYZ | 62.08 | 71.72 | 40.28 | - |
| YUV | 215.47 | 92.18 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 152 | 0.03 | 0 | 0.33 | 0.11 | 65.68 | 0.56 | 0.74 |
| Hex | DB | E2 | 98 | 3 | 0 | 21 | B | 42 | 38 | 4A |
| Octal | 333 | 342 | 230 | 3 | 0 | 41 | 13 | 102 | 70 | 112 |
| Binary | 11011011 | 11100010 | 10011000 | 11 | 0 | 100001 | 1011 | 1000010 | 111000 | 1001010 |
Color Harmonies of #DBE298
Complementary color
Monochromatic Colors of #DBE298
Black with #DBE298
Text Example
Text Example
White with #DBE298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE298; }
p { color: rgb(219,226,152); }
H1.HeaderClassName
{
color: #DBE298;
}
.AnyTagClassName
{
color: #DBE298;
}
</style>
background-color css
<style>
a { background-color: #DBE298; }
a { background-color: rgb(219,226,152); }
div.DivClassName
{
background-color: #DBE298;
}
.BgClassName
{
background-color: #DBE298;
}
</style>
border-color css
<style>
span { border-color: #DBE298; }
span { border-color: rgb(219,226,152); }
td.TdClassName
{
border-color: #DBE298;
}
.TagClassName
{
border-color: #DBE298;
}
</style>