Shades of Primrose #DBE596
Tints of Primrose #DBE596
RGB
CMYK
RGB Variations
Color information
#DBE596 (or 0xDBE596) is known color: Primrose. HEX triplet: DB, E5 and 96. RGB value is (219,229,150). Sum of RGB (Red+Green+Blue) = 219+229+150=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 150 (58.98% from 255 or 25.08% from 598); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE596 is #241A69. Grayscale: #D9D9D9. Windows color (decimal): -2366058 or 9889243. OLE color: 9889243.
HSL color Cylindrical-coordinate representation of color #DBE596: hue angle of 67.59º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBE596 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 150 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.10 |
| HSL | 67.59º | 0.6% | 0.74% | - |
| HSV(B) | 67.59º | 0.34% | 0.9% | - |
| XYZ | 62.74 | 73.3 | 39.7 | - |
| YUV | 217 | 90.19 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 150 | 0.04 | 0 | 0.34 | 0.10 | 67.59 | 0.6 | 0.74 |
| Hex | DB | E5 | 96 | 4 | 0 | 22 | A | 44 | 3C | 4A |
| Octal | 333 | 345 | 226 | 4 | 0 | 42 | 12 | 104 | 74 | 112 |
| Binary | 11011011 | 11100101 | 10010110 | 100 | 0 | 100010 | 1010 | 1000100 | 111100 | 1001010 |
Color Harmonies of #DBE596
Complementary color
Monochromatic Colors of #DBE596
Black with #DBE596
Text Example
Text Example
White with #DBE596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE596; }
p { color: rgb(219,229,150); }
H1.HeaderClassName
{
color: #DBE596;
}
.AnyTagClassName
{
color: #DBE596;
}
</style>
background-color css
<style>
a { background-color: #DBE596; }
a { background-color: rgb(219,229,150); }
div.DivClassName
{
background-color: #DBE596;
}
.BgClassName
{
background-color: #DBE596;
}
</style>
border-color css
<style>
span { border-color: #DBE596; }
span { border-color: rgb(219,229,150); }
td.TdClassName
{
border-color: #DBE596;
}
.TagClassName
{
border-color: #DBE596;
}
</style>