Shades of Primrose #DBE484
Tints of Primrose #DBE484
RGB
CMYK
RGB Variations
Color information
#DBE484 (or 0xDBE484) is known color: Primrose. HEX triplet: DB, E4 and 84. RGB value is (219,228,132). Sum of RGB (Red+Green+Blue) = 219+228+132=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE484 is #241B7B. Grayscale: #D6D6D6. Windows color (decimal): -2366332 or 8709339. OLE color: 8709339.
HSL color Cylindrical-coordinate representation of color #DBE484: hue angle of 65.62º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBE484 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 132 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.11 |
| HSL | 65.63º | 0.64% | 0.71% | - |
| HSV(B) | 65.63º | 0.42% | 0.89% | - |
| XYZ | 61.12 | 72.21 | 32.55 | - |
| YUV | 214.37 | 81.52 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 132 | 0.04 | 0 | 0.42 | 0.11 | 65.63 | 0.64 | 0.71 |
| Hex | DB | E4 | 84 | 4 | 0 | 2A | B | 42 | 40 | 47 |
| Octal | 333 | 344 | 204 | 4 | 0 | 52 | 13 | 102 | 100 | 107 |
| Binary | 11011011 | 11100100 | 10000100 | 100 | 0 | 101010 | 1011 | 1000010 | 1000000 | 1000111 |
Color Harmonies of #DBE484
Complementary color
Monochromatic Colors of #DBE484
Black with #DBE484
Text Example
Text Example
White with #DBE484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE484; }
p { color: rgb(219,228,132); }
H1.HeaderClassName
{
color: #DBE484;
}
.AnyTagClassName
{
color: #DBE484;
}
</style>
background-color css
<style>
a { background-color: #DBE484; }
a { background-color: rgb(219,228,132); }
div.DivClassName
{
background-color: #DBE484;
}
.BgClassName
{
background-color: #DBE484;
}
</style>
border-color css
<style>
span { border-color: #DBE484; }
span { border-color: rgb(219,228,132); }
td.TdClassName
{
border-color: #DBE484;
}
.TagClassName
{
border-color: #DBE484;
}
</style>