Shades of Primrose #DBE297
Tints of Primrose #DBE297
RGB
CMYK
RGB Variations
Color information
#DBE297 (or 0xDBE297) is known color: Primrose. HEX triplet: DB, E2 and 97. RGB value is (219,226,151). Sum of RGB (Red+Green+Blue) = 219+226+151=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 226 (88.67% from 255 or 37.92% from 596); Blue value is 151 (59.38% from 255 or 25.34% from 596); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE297 is #241D68. Grayscale: #D7D7D7. Windows color (decimal): -2366825 or 9954011. OLE color: 9954011.
HSL color Cylindrical-coordinate representation of color #DBE297: hue angle of 65.6º 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 #DBE297 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 151 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.11 |
| HSL | 65.6º | 0.56% | 0.74% | - |
| HSV(B) | 65.6º | 0.33% | 0.89% | - |
| XYZ | 62 | 71.69 | 39.85 | - |
| YUV | 215.36 | 91.68 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 151 | 0.03 | 0 | 0.33 | 0.11 | 65.6 | 0.56 | 0.74 |
| Hex | DB | E2 | 97 | 3 | 0 | 21 | B | 42 | 38 | 4A |
| Octal | 333 | 342 | 227 | 3 | 0 | 41 | 13 | 102 | 70 | 112 |
| Binary | 11011011 | 11100010 | 10010111 | 11 | 0 | 100001 | 1011 | 1000010 | 111000 | 1001010 |
Color Harmonies of #DBE297
Complementary color
Monochromatic Colors of #DBE297
Black with #DBE297
Text Example
Text Example
White with #DBE297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE297; }
p { color: rgb(219,226,151); }
H1.HeaderClassName
{
color: #DBE297;
}
.AnyTagClassName
{
color: #DBE297;
}
</style>
background-color css
<style>
a { background-color: #DBE297; }
a { background-color: rgb(219,226,151); }
div.DivClassName
{
background-color: #DBE297;
}
.BgClassName
{
background-color: #DBE297;
}
</style>
border-color css
<style>
span { border-color: #DBE297; }
span { border-color: rgb(219,226,151); }
td.TdClassName
{
border-color: #DBE297;
}
.TagClassName
{
border-color: #DBE297;
}
</style>