Shades of Primrose #DBE296
Tints of Primrose #DBE296
RGB
CMYK
RGB Variations
Color information
#DBE296 (or 0xDBE296) is known color: Primrose. HEX triplet: DB, E2 and 96. RGB value is (219,226,150). Sum of RGB (Red+Green+Blue) = 219+226+150=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE296 is #241D69. Grayscale: #D7D7D7. Windows color (decimal): -2366826 or 9888475. OLE color: 9888475.
HSL color Cylindrical-coordinate representation of color #DBE296: hue angle of 65.53º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBE296 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 150 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.11 |
| HSL | 65.53º | 0.57% | 0.74% | - |
| HSV(B) | 65.53º | 0.34% | 0.89% | - |
| XYZ | 61.91 | 71.65 | 39.42 | - |
| YUV | 215.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 150 | 0.03 | 0 | 0.34 | 0.11 | 65.53 | 0.57 | 0.74 |
| Hex | DB | E2 | 96 | 3 | 0 | 22 | B | 42 | 39 | 4A |
| Octal | 333 | 342 | 226 | 3 | 0 | 42 | 13 | 102 | 71 | 112 |
| Binary | 11011011 | 11100010 | 10010110 | 11 | 0 | 100010 | 1011 | 1000010 | 111001 | 1001010 |
Color Harmonies of #DBE296
Complementary color
Monochromatic Colors of #DBE296
Black with #DBE296
Text Example
Text Example
White with #DBE296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE296; }
p { color: rgb(219,226,150); }
H1.HeaderClassName
{
color: #DBE296;
}
.AnyTagClassName
{
color: #DBE296;
}
</style>
background-color css
<style>
a { background-color: #DBE296; }
a { background-color: rgb(219,226,150); }
div.DivClassName
{
background-color: #DBE296;
}
.BgClassName
{
background-color: #DBE296;
}
</style>
border-color css
<style>
span { border-color: #DBE296; }
span { border-color: rgb(219,226,150); }
td.TdClassName
{
border-color: #DBE296;
}
.TagClassName
{
border-color: #DBE296;
}
</style>