Shades of Primrose #DBE494
Tints of Primrose #DBE494
RGB
CMYK
RGB Variations
Color information
#DBE494 (or 0xDBE494) is known color: Primrose. HEX triplet: DB, E4 and 94. RGB value is (219,228,148). Sum of RGB (Red+Green+Blue) = 219+228+148=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE494 is #241B6B. Grayscale: #D8D8D8. Windows color (decimal): -2366316 or 9757915. OLE color: 9757915.
HSL color Cylindrical-coordinate representation of color #DBE494: hue angle of 66.75º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBE494 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 148 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.11 |
| HSL | 66.75º | 0.6% | 0.74% | - |
| HSV(B) | 66.75º | 0.35% | 0.89% | - |
| XYZ | 62.3 | 72.68 | 38.76 | - |
| YUV | 216.19 | 89.52 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 148 | 0.04 | 0 | 0.35 | 0.11 | 66.75 | 0.6 | 0.74 |
| Hex | DB | E4 | 94 | 4 | 0 | 23 | B | 43 | 3C | 4A |
| Octal | 333 | 344 | 224 | 4 | 0 | 43 | 13 | 103 | 74 | 112 |
| Binary | 11011011 | 11100100 | 10010100 | 100 | 0 | 100011 | 1011 | 1000011 | 111100 | 1001010 |
Color Harmonies of #DBE494
Complementary color
Monochromatic Colors of #DBE494
Black with #DBE494
Text Example
Text Example
White with #DBE494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE494; }
p { color: rgb(219,228,148); }
H1.HeaderClassName
{
color: #DBE494;
}
.AnyTagClassName
{
color: #DBE494;
}
</style>
background-color css
<style>
a { background-color: #DBE494; }
a { background-color: rgb(219,228,148); }
div.DivClassName
{
background-color: #DBE494;
}
.BgClassName
{
background-color: #DBE494;
}
</style>
border-color css
<style>
span { border-color: #DBE494; }
span { border-color: rgb(219,228,148); }
td.TdClassName
{
border-color: #DBE494;
}
.TagClassName
{
border-color: #DBE494;
}
</style>