Shades of Primrose #DBE186
Tints of Primrose #DBE186
RGB
CMYK
RGB Variations
Color information
#DBE186 (or 0xDBE186) is known color: Primrose. HEX triplet: DB, E1 and 86. RGB value is (219,225,134). Sum of RGB (Red+Green+Blue) = 219+225+134=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 225 (88.28% from 255 or 38.93% from 578); Blue value is 134 (52.73% from 255 or 23.18% from 578); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE186 is #241E79. Grayscale: #D5D5D5. Windows color (decimal): -2367098 or 8839643. OLE color: 8839643.
HSL color Cylindrical-coordinate representation of color #DBE186: hue angle of 63.96º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DBE186 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 134 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.12 |
| HSL | 63.96º | 0.6% | 0.7% | - |
| HSV(B) | 63.96º | 0.4% | 0.88% | - |
| XYZ | 60.44 | 70.63 | 33 | - |
| YUV | 212.83 | 83.51 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 134 | 0.03 | 0 | 0.40 | 0.12 | 63.96 | 0.6 | 0.7 |
| Hex | DB | E1 | 86 | 3 | 0 | 28 | C | 40 | 3C | 46 |
| Octal | 333 | 341 | 206 | 3 | 0 | 50 | 14 | 100 | 74 | 106 |
| Binary | 11011011 | 11100001 | 10000110 | 11 | 0 | 101000 | 1100 | 1000000 | 111100 | 1000110 |
Color Harmonies of #DBE186
Complementary color
Monochromatic Colors of #DBE186
Black with #DBE186
Text Example
Text Example
White with #DBE186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE186; }
p { color: rgb(219,225,134); }
H1.HeaderClassName
{
color: #DBE186;
}
.AnyTagClassName
{
color: #DBE186;
}
</style>
background-color css
<style>
a { background-color: #DBE186; }
a { background-color: rgb(219,225,134); }
div.DivClassName
{
background-color: #DBE186;
}
.BgClassName
{
background-color: #DBE186;
}
</style>
border-color css
<style>
span { border-color: #DBE186; }
span { border-color: rgb(219,225,134); }
td.TdClassName
{
border-color: #DBE186;
}
.TagClassName
{
border-color: #DBE186;
}
</style>