Shades of Primrose #DBE295
Tints of Primrose #DBE295
RGB
CMYK
RGB Variations
Color information
#DBE295 (or 0xDBE295) is known color: Primrose. HEX triplet: DB, E2 and 95. RGB value is (219,226,149). Sum of RGB (Red+Green+Blue) = 219+226+149=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 226 (88.67% from 255 or 38.05% from 594); Blue value is 149 (58.59% from 255 or 25.08% from 594); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE295 is #241D6A. Grayscale: #D7D7D7. Windows color (decimal): -2366827 or 9822939. OLE color: 9822939.
HSL color Cylindrical-coordinate representation of color #DBE295: hue angle of 65.45º 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 #DBE295 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 149 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.11 |
| HSL | 65.45º | 0.57% | 0.74% | - |
| HSV(B) | 65.45º | 0.34% | 0.89% | - |
| XYZ | 61.83 | 71.62 | 39 | - |
| YUV | 215.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 149 | 0.03 | 0 | 0.34 | 0.11 | 65.45 | 0.57 | 0.74 |
| Hex | DB | E2 | 95 | 3 | 0 | 22 | B | 41 | 39 | 4A |
| Octal | 333 | 342 | 225 | 3 | 0 | 42 | 13 | 101 | 71 | 112 |
| Binary | 11011011 | 11100010 | 10010101 | 11 | 0 | 100010 | 1011 | 1000001 | 111001 | 1001010 |
Color Harmonies of #DBE295
Complementary color
Monochromatic Colors of #DBE295
Black with #DBE295
Text Example
Text Example
White with #DBE295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE295; }
p { color: rgb(219,226,149); }
H1.HeaderClassName
{
color: #DBE295;
}
.AnyTagClassName
{
color: #DBE295;
}
</style>
background-color css
<style>
a { background-color: #DBE295; }
a { background-color: rgb(219,226,149); }
div.DivClassName
{
background-color: #DBE295;
}
.BgClassName
{
background-color: #DBE295;
}
</style>
border-color css
<style>
span { border-color: #DBE295; }
span { border-color: rgb(219,226,149); }
td.TdClassName
{
border-color: #DBE295;
}
.TagClassName
{
border-color: #DBE295;
}
</style>