Shades of Primrose #DBE097
Tints of Primrose #DBE097
RGB
CMYK
RGB Variations
Color information
#DBE097 (or 0xDBE097) is known color: Primrose. HEX triplet: DB, E0 and 97. RGB value is (219,224,151). Sum of RGB (Red+Green+Blue) = 219+224+151=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 151 (59.38% from 255 or 25.42% from 594); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE097 is #241F68. Grayscale: #D6D6D6. Windows color (decimal): -2367337 or 9953499. OLE color: 9953499.
HSL color Cylindrical-coordinate representation of color #DBE097: hue angle of 64.11º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBE097 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 151 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.12 |
| HSL | 64.11º | 0.54% | 0.74% | - |
| HSV(B) | 64.11º | 0.33% | 0.88% | - |
| XYZ | 61.45 | 70.61 | 39.67 | - |
| YUV | 214.18 | 92.34 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 151 | 0.02 | 0 | 0.33 | 0.12 | 64.11 | 0.54 | 0.74 |
| Hex | DB | E0 | 97 | 2 | 0 | 21 | C | 40 | 36 | 4A |
| Octal | 333 | 340 | 227 | 2 | 0 | 41 | 14 | 100 | 66 | 112 |
| Binary | 11011011 | 11100000 | 10010111 | 10 | 0 | 100001 | 1100 | 1000000 | 110110 | 1001010 |
Color Harmonies of #DBE097
Complementary color
Monochromatic Colors of #DBE097
Black with #DBE097
Text Example
Text Example
White with #DBE097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE097; }
p { color: rgb(219,224,151); }
H1.HeaderClassName
{
color: #DBE097;
}
.AnyTagClassName
{
color: #DBE097;
}
</style>
background-color css
<style>
a { background-color: #DBE097; }
a { background-color: rgb(219,224,151); }
div.DivClassName
{
background-color: #DBE097;
}
.BgClassName
{
background-color: #DBE097;
}
</style>
border-color css
<style>
span { border-color: #DBE097; }
span { border-color: rgb(219,224,151); }
td.TdClassName
{
border-color: #DBE097;
}
.TagClassName
{
border-color: #DBE097;
}
</style>