Shades of Primrose #DBE194
Tints of Primrose #DBE194
RGB
CMYK
RGB Variations
Color information
#DBE194 (or 0xDBE194) is known color: Primrose. HEX triplet: DB, E1 and 94. RGB value is (219,225,148). Sum of RGB (Red+Green+Blue) = 219+225+148=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 148 (58.20% from 255 or 25% from 592); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE194 is #241E6B. Grayscale: #D6D6D6. Windows color (decimal): -2367084 or 9757147. OLE color: 9757147.
HSL color Cylindrical-coordinate representation of color #DBE194: hue angle of 64.68º 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 #DBE194 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 148 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.12 |
| HSL | 64.68º | 0.56% | 0.73% | - |
| HSV(B) | 64.68º | 0.34% | 0.88% | - |
| XYZ | 61.48 | 71.05 | 38.49 | - |
| YUV | 214.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 148 | 0.03 | 0 | 0.34 | 0.12 | 64.68 | 0.56 | 0.73 |
| Hex | DB | E1 | 94 | 3 | 0 | 22 | C | 41 | 38 | 49 |
| Octal | 333 | 341 | 224 | 3 | 0 | 42 | 14 | 101 | 70 | 111 |
| Binary | 11011011 | 11100001 | 10010100 | 11 | 0 | 100010 | 1100 | 1000001 | 111000 | 1001001 |
Color Harmonies of #DBE194
Complementary color
Monochromatic Colors of #DBE194
Black with #DBE194
Text Example
Text Example
White with #DBE194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE194; }
p { color: rgb(219,225,148); }
H1.HeaderClassName
{
color: #DBE194;
}
.AnyTagClassName
{
color: #DBE194;
}
</style>
background-color css
<style>
a { background-color: #DBE194; }
a { background-color: rgb(219,225,148); }
div.DivClassName
{
background-color: #DBE194;
}
.BgClassName
{
background-color: #DBE194;
}
</style>
border-color css
<style>
span { border-color: #DBE194; }
span { border-color: rgb(219,225,148); }
td.TdClassName
{
border-color: #DBE194;
}
.TagClassName
{
border-color: #DBE194;
}
</style>