Shades of Primrose #DBE796
Tints of Primrose #DBE796
RGB
CMYK
RGB Variations
Color information
#DBE796 (or 0xDBE796) is known color: Primrose. HEX triplet: DB, E7 and 96. RGB value is (219,231,150). Sum of RGB (Red+Green+Blue) = 219+231+150=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 150 (58.98% from 255 or 25% from 600); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE796 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE796 is #241869. Grayscale: #DADADA. Windows color (decimal): -2365546 or 9889755. OLE color: 9889755.
HSL color Cylindrical-coordinate representation of color #DBE796: hue angle of 68.89º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBE796 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 150 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.09 |
| HSL | 68.89º | 0.63% | 0.75% | - |
| HSV(B) | 68.89º | 0.35% | 0.91% | - |
| XYZ | 63.29 | 74.41 | 39.88 | - |
| YUV | 218.18 | 89.52 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 150 | 0.05 | 0 | 0.35 | 0.09 | 68.89 | 0.63 | 0.75 |
| Hex | DB | E7 | 96 | 5 | 0 | 23 | 9 | 45 | 3F | 4B |
| Octal | 333 | 347 | 226 | 5 | 0 | 43 | 11 | 105 | 77 | 113 |
| Binary | 11011011 | 11100111 | 10010110 | 101 | 0 | 100011 | 1001 | 1000101 | 111111 | 1001011 |
Color Harmonies of #DBE796
Complementary color
Monochromatic Colors of #DBE796
Black with #DBE796
Text Example
Text Example
White with #DBE796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE796; }
p { color: rgb(219,231,150); }
H1.HeaderClassName
{
color: #DBE796;
}
.AnyTagClassName
{
color: #DBE796;
}
</style>
background-color css
<style>
a { background-color: #DBE796; }
a { background-color: rgb(219,231,150); }
div.DivClassName
{
background-color: #DBE796;
}
.BgClassName
{
background-color: #DBE796;
}
</style>
border-color css
<style>
span { border-color: #DBE796; }
span { border-color: rgb(219,231,150); }
td.TdClassName
{
border-color: #DBE796;
}
.TagClassName
{
border-color: #DBE796;
}
</style>