Shades of Primrose #DBE195
Tints of Primrose #DBE195
RGB
CMYK
RGB Variations
Color information
#DBE195 (or 0xDBE195) is known color: Primrose. HEX triplet: DB, E1 and 95. RGB value is (219,225,149). Sum of RGB (Red+Green+Blue) = 219+225+149=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 149 (58.59% from 255 or 25.13% from 593); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE195 is #241E6A. Grayscale: #D6D6D6. Windows color (decimal): -2367083 or 9822683. OLE color: 9822683.
HSL color Cylindrical-coordinate representation of color #DBE195: hue angle of 64.74º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBE195 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 149 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.12 |
| HSL | 64.74º | 0.56% | 0.73% | - |
| HSV(B) | 64.74º | 0.34% | 0.88% | - |
| XYZ | 61.56 | 71.08 | 38.91 | - |
| YUV | 214.54 | 91.01 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 149 | 0.03 | 0 | 0.34 | 0.12 | 64.74 | 0.56 | 0.73 |
| Hex | DB | E1 | 95 | 3 | 0 | 22 | C | 41 | 38 | 49 |
| Octal | 333 | 341 | 225 | 3 | 0 | 42 | 14 | 101 | 70 | 111 |
| Binary | 11011011 | 11100001 | 10010101 | 11 | 0 | 100010 | 1100 | 1000001 | 111000 | 1001001 |
Color Harmonies of #DBE195
Complementary color
Monochromatic Colors of #DBE195
Black with #DBE195
Text Example
Text Example
White with #DBE195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE195; }
p { color: rgb(219,225,149); }
H1.HeaderClassName
{
color: #DBE195;
}
.AnyTagClassName
{
color: #DBE195;
}
</style>
background-color css
<style>
a { background-color: #DBE195; }
a { background-color: rgb(219,225,149); }
div.DivClassName
{
background-color: #DBE195;
}
.BgClassName
{
background-color: #DBE195;
}
</style>
border-color css
<style>
span { border-color: #DBE195; }
span { border-color: rgb(219,225,149); }
td.TdClassName
{
border-color: #DBE195;
}
.TagClassName
{
border-color: #DBE195;
}
</style>