Shades of Primrose #DBE395
Tints of Primrose #DBE395
RGB
CMYK
RGB Variations
Color information
#DBE395 (or 0xDBE395) is known color: Primrose. HEX triplet: DB, E3 and 95. RGB value is (219,227,149). Sum of RGB (Red+Green+Blue) = 219+227+149=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 227 (89.06% from 255 or 38.15% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE395 is #241C6A. Grayscale: #D8D8D8. Windows color (decimal): -2366571 or 9823195. OLE color: 9823195.
HSL color Cylindrical-coordinate representation of color #DBE395: hue angle of 66.15º degrees, saturation: 0.58, 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 #DBE395 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 149 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.11 |
| HSL | 66.15º | 0.58% | 0.74% | - |
| HSV(B) | 66.15º | 0.34% | 0.89% | - |
| XYZ | 62.11 | 72.17 | 39.09 | - |
| YUV | 215.72 | 90.35 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 149 | 0.04 | 0 | 0.34 | 0.11 | 66.15 | 0.58 | 0.74 |
| Hex | DB | E3 | 95 | 4 | 0 | 22 | B | 42 | 3A | 4A |
| Octal | 333 | 343 | 225 | 4 | 0 | 42 | 13 | 102 | 72 | 112 |
| Binary | 11011011 | 11100011 | 10010101 | 100 | 0 | 100010 | 1011 | 1000010 | 111010 | 1001010 |
Color Harmonies of #DBE395
Complementary color
Monochromatic Colors of #DBE395
Black with #DBE395
Text Example
Text Example
White with #DBE395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE395; }
p { color: rgb(219,227,149); }
H1.HeaderClassName
{
color: #DBE395;
}
.AnyTagClassName
{
color: #DBE395;
}
</style>
background-color css
<style>
a { background-color: #DBE395; }
a { background-color: rgb(219,227,149); }
div.DivClassName
{
background-color: #DBE395;
}
.BgClassName
{
background-color: #DBE395;
}
</style>
border-color css
<style>
span { border-color: #DBE395; }
span { border-color: rgb(219,227,149); }
td.TdClassName
{
border-color: #DBE395;
}
.TagClassName
{
border-color: #DBE395;
}
</style>