Shades of Primrose #DBE096
Tints of Primrose #DBE096
RGB
CMYK
RGB Variations
Color information
#DBE096 (or 0xDBE096) is known color: Primrose. HEX triplet: DB, E0 and 96. RGB value is (219,224,150). Sum of RGB (Red+Green+Blue) = 219+224+150=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 224 (87.89% from 255 or 37.77% from 593); Blue value is 150 (58.98% from 255 or 25.30% from 593); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE096 is #241F69. Grayscale: #D6D6D6. Windows color (decimal): -2367338 or 9887963. OLE color: 9887963.
HSL color Cylindrical-coordinate representation of color #DBE096: hue angle of 64.05º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBE096 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 224 | 150 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.12 |
| HSL | 64.05º | 0.54% | 0.73% | - |
| HSV(B) | 64.05º | 0.33% | 0.88% | - |
| XYZ | 61.37 | 70.57 | 39.24 | - |
| YUV | 214.07 | 91.84 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 224 | 150 | 0.02 | 0 | 0.33 | 0.12 | 64.05 | 0.54 | 0.73 |
| Hex | DB | E0 | 96 | 2 | 0 | 21 | C | 40 | 36 | 49 |
| Octal | 333 | 340 | 226 | 2 | 0 | 41 | 14 | 100 | 66 | 111 |
| Binary | 11011011 | 11100000 | 10010110 | 10 | 0 | 100001 | 1100 | 1000000 | 110110 | 1001001 |
Color Harmonies of #DBE096
Complementary color
Monochromatic Colors of #DBE096
Black with #DBE096
Text Example
Text Example
White with #DBE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE096; }
p { color: rgb(219,224,150); }
H1.HeaderClassName
{
color: #DBE096;
}
.AnyTagClassName
{
color: #DBE096;
}
</style>
background-color css
<style>
a { background-color: #DBE096; }
a { background-color: rgb(219,224,150); }
div.DivClassName
{
background-color: #DBE096;
}
.BgClassName
{
background-color: #DBE096;
}
</style>
border-color css
<style>
span { border-color: #DBE096; }
span { border-color: rgb(219,224,150); }
td.TdClassName
{
border-color: #DBE096;
}
.TagClassName
{
border-color: #DBE096;
}
</style>