Shades of Primrose #DBE184
Tints of Primrose #DBE184
RGB
CMYK
RGB Variations
Color information
#DBE184 (or 0xDBE184) is known color: Primrose. HEX triplet: DB, E1 and 84. RGB value is (219,225,132). Sum of RGB (Red+Green+Blue) = 219+225+132=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 132 (51.95% from 255 or 22.92% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE184 is #241E7B. Grayscale: #D4D4D4. Windows color (decimal): -2367100 or 8708571. OLE color: 8708571.
HSL color Cylindrical-coordinate representation of color #DBE184: hue angle of 63.87º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBE184 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 132 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.12 |
| HSL | 63.87º | 0.61% | 0.7% | - |
| HSV(B) | 63.87º | 0.41% | 0.88% | - |
| XYZ | 60.3 | 70.58 | 32.27 | - |
| YUV | 212.6 | 82.51 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 132 | 0.03 | 0 | 0.41 | 0.12 | 63.87 | 0.61 | 0.7 |
| Hex | DB | E1 | 84 | 3 | 0 | 29 | C | 40 | 3D | 46 |
| Octal | 333 | 341 | 204 | 3 | 0 | 51 | 14 | 100 | 75 | 106 |
| Binary | 11011011 | 11100001 | 10000100 | 11 | 0 | 101001 | 1100 | 1000000 | 111101 | 1000110 |
Color Harmonies of #DBE184
Complementary color
Monochromatic Colors of #DBE184
Black with #DBE184
Text Example
Text Example
White with #DBE184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE184; }
p { color: rgb(219,225,132); }
H1.HeaderClassName
{
color: #DBE184;
}
.AnyTagClassName
{
color: #DBE184;
}
</style>
background-color css
<style>
a { background-color: #DBE184; }
a { background-color: rgb(219,225,132); }
div.DivClassName
{
background-color: #DBE184;
}
.BgClassName
{
background-color: #DBE184;
}
</style>
border-color css
<style>
span { border-color: #DBE184; }
span { border-color: rgb(219,225,132); }
td.TdClassName
{
border-color: #DBE184;
}
.TagClassName
{
border-color: #DBE184;
}
</style>