Shades of Primrose #DBE197
Tints of Primrose #DBE197
RGB
CMYK
RGB Variations
Color information
#DBE197 (or 0xDBE197) is known color: Primrose. HEX triplet: DB, E1 and 97. RGB value is (219,225,151). Sum of RGB (Red+Green+Blue) = 219+225+151=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 151 (59.38% from 255 or 25.38% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE197 is #241E68. Grayscale: #D7D7D7. Windows color (decimal): -2367081 or 9953755. OLE color: 9953755.
HSL color Cylindrical-coordinate representation of color #DBE197: hue angle of 64.86º degrees, saturation: 0.55, 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 #DBE197 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 151 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.12 |
| HSL | 64.86º | 0.55% | 0.74% | - |
| HSV(B) | 64.86º | 0.33% | 0.88% | - |
| XYZ | 61.72 | 71.14 | 39.76 | - |
| YUV | 214.77 | 92.01 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 151 | 0.03 | 0 | 0.33 | 0.12 | 64.86 | 0.55 | 0.74 |
| Hex | DB | E1 | 97 | 3 | 0 | 21 | C | 41 | 37 | 4A |
| Octal | 333 | 341 | 227 | 3 | 0 | 41 | 14 | 101 | 67 | 112 |
| Binary | 11011011 | 11100001 | 10010111 | 11 | 0 | 100001 | 1100 | 1000001 | 110111 | 1001010 |
Color Harmonies of #DBE197
Complementary color
Monochromatic Colors of #DBE197
Black with #DBE197
Text Example
Text Example
White with #DBE197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE197; }
p { color: rgb(219,225,151); }
H1.HeaderClassName
{
color: #DBE197;
}
.AnyTagClassName
{
color: #DBE197;
}
</style>
background-color css
<style>
a { background-color: #DBE197; }
a { background-color: rgb(219,225,151); }
div.DivClassName
{
background-color: #DBE197;
}
.BgClassName
{
background-color: #DBE197;
}
</style>
border-color css
<style>
span { border-color: #DBE197; }
span { border-color: rgb(219,225,151); }
td.TdClassName
{
border-color: #DBE197;
}
.TagClassName
{
border-color: #DBE197;
}
</style>