Shades of Primrose #DBE192
Tints of Primrose #DBE192
RGB
CMYK
RGB Variations
Color information
#DBE192 (or 0xDBE192) is known color: Primrose. HEX triplet: DB, E1 and 92. RGB value is (219,225,146). Sum of RGB (Red+Green+Blue) = 219+225+146=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 146 (57.42% from 255 or 24.75% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE192 is #241E6D. Grayscale: #D6D6D6. Windows color (decimal): -2367086 or 9626075. OLE color: 9626075.
HSL color Cylindrical-coordinate representation of color #DBE192: hue angle of 64.56º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBE192 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 146 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.12 |
| HSL | 64.56º | 0.57% | 0.73% | - |
| HSV(B) | 64.56º | 0.35% | 0.88% | - |
| XYZ | 61.33 | 70.99 | 37.66 | - |
| YUV | 214.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 146 | 0.03 | 0 | 0.35 | 0.12 | 64.56 | 0.57 | 0.73 |
| Hex | DB | E1 | 92 | 3 | 0 | 23 | C | 41 | 39 | 49 |
| Octal | 333 | 341 | 222 | 3 | 0 | 43 | 14 | 101 | 71 | 111 |
| Binary | 11011011 | 11100001 | 10010010 | 11 | 0 | 100011 | 1100 | 1000001 | 111001 | 1001001 |
Color Harmonies of #DBE192
Complementary color
Monochromatic Colors of #DBE192
Black with #DBE192
Text Example
Text Example
White with #DBE192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE192; }
p { color: rgb(219,225,146); }
H1.HeaderClassName
{
color: #DBE192;
}
.AnyTagClassName
{
color: #DBE192;
}
</style>
background-color css
<style>
a { background-color: #DBE192; }
a { background-color: rgb(219,225,146); }
div.DivClassName
{
background-color: #DBE192;
}
.BgClassName
{
background-color: #DBE192;
}
</style>
border-color css
<style>
span { border-color: #DBE192; }
span { border-color: rgb(219,225,146); }
td.TdClassName
{
border-color: #DBE192;
}
.TagClassName
{
border-color: #DBE192;
}
</style>