Shades of Primrose #DBE595
Tints of Primrose #DBE595
RGB
CMYK
RGB Variations
Color information
#DBE595 (or 0xDBE595) is known color: Primrose. HEX triplet: DB, E5 and 95. RGB value is (219,229,149). Sum of RGB (Red+Green+Blue) = 219+229+149=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 229 (89.84% from 255 or 38.36% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE595 is #241A6A. Grayscale: #D9D9D9. Windows color (decimal): -2366059 or 9823707. OLE color: 9823707.
HSL color Cylindrical-coordinate representation of color #DBE595: hue angle of 67.5º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBE595 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 149 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.10 |
| HSL | 67.5º | 0.61% | 0.74% | - |
| HSV(B) | 67.5º | 0.35% | 0.9% | - |
| XYZ | 62.66 | 73.27 | 39.27 | - |
| YUV | 216.89 | 89.69 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 149 | 0.04 | 0 | 0.35 | 0.10 | 67.5 | 0.61 | 0.74 |
| Hex | DB | E5 | 95 | 4 | 0 | 23 | A | 44 | 3D | 4A |
| Octal | 333 | 345 | 225 | 4 | 0 | 43 | 12 | 104 | 75 | 112 |
| Binary | 11011011 | 11100101 | 10010101 | 100 | 0 | 100011 | 1010 | 1000100 | 111101 | 1001010 |
Color Harmonies of #DBE595
Complementary color
Monochromatic Colors of #DBE595
Black with #DBE595
Text Example
Text Example
White with #DBE595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE595; }
p { color: rgb(219,229,149); }
H1.HeaderClassName
{
color: #DBE595;
}
.AnyTagClassName
{
color: #DBE595;
}
</style>
background-color css
<style>
a { background-color: #DBE595; }
a { background-color: rgb(219,229,149); }
div.DivClassName
{
background-color: #DBE595;
}
.BgClassName
{
background-color: #DBE595;
}
</style>
border-color css
<style>
span { border-color: #DBE595; }
span { border-color: rgb(219,229,149); }
td.TdClassName
{
border-color: #DBE595;
}
.TagClassName
{
border-color: #DBE595;
}
</style>