Shades of Primrose #DBE88E
Tints of Primrose #DBE88E
RGB
CMYK
RGB Variations
Color information
#DBE88E (or 0xDBE88E) is known color: Primrose. HEX triplet: DB, E8 and 8E. RGB value is (219,232,142). Sum of RGB (Red+Green+Blue) = 219+232+142=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 142 (55.86% from 255 or 23.95% from 593); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE88E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE88E is #241771. Grayscale: #DADADA. Windows color (decimal): -2365298 or 9365723. OLE color: 9365723.
HSL color Cylindrical-coordinate representation of color #DBE88E: hue angle of 68.67º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBE88E is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 232 | 142 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.09 |
| HSL | 68.67º | 0.66% | 0.73% | - |
| HSV(B) | 68.67º | 0.39% | 0.91% | - |
| XYZ | 62.95 | 74.73 | 36.7 | - |
| YUV | 217.85 | 85.19 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 232 | 142 | 0.06 | 0 | 0.39 | 0.09 | 68.67 | 0.66 | 0.73 |
| Hex | DB | E8 | 8E | 6 | 0 | 27 | 9 | 45 | 42 | 49 |
| Octal | 333 | 350 | 216 | 6 | 0 | 47 | 11 | 105 | 102 | 111 |
| Binary | 11011011 | 11101000 | 10001110 | 110 | 0 | 100111 | 1001 | 1000101 | 1000010 | 1001001 |
Color Harmonies of #DBE88E
Complementary color
Monochromatic Colors of #DBE88E
Black with #DBE88E
Text Example
Text Example
White with #DBE88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE88E; }
p { color: rgb(219,232,142); }
H1.HeaderClassName
{
color: #DBE88E;
}
.AnyTagClassName
{
color: #DBE88E;
}
</style>
background-color css
<style>
a { background-color: #DBE88E; }
a { background-color: rgb(219,232,142); }
div.DivClassName
{
background-color: #DBE88E;
}
.BgClassName
{
background-color: #DBE88E;
}
</style>
border-color css
<style>
span { border-color: #DBE88E; }
span { border-color: rgb(219,232,142); }
td.TdClassName
{
border-color: #DBE88E;
}
.TagClassName
{
border-color: #DBE88E;
}
</style>