Shades of Primrose #DBE48E
Tints of Primrose #DBE48E
RGB
CMYK
RGB Variations
Color information
#DBE48E (or 0xDBE48E) is known color: Primrose. HEX triplet: DB, E4 and 8E. RGB value is (219,228,142). Sum of RGB (Red+Green+Blue) = 219+228+142=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 228 (89.45% from 255 or 38.71% from 589); Blue value is 142 (55.86% from 255 or 24.11% from 589); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE48E is #241B71. Grayscale: #D7D7D7. Windows color (decimal): -2366322 or 9364699. OLE color: 9364699.
HSL color Cylindrical-coordinate representation of color #DBE48E: hue angle of 66.28º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBE48E is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 142 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.11 |
| HSL | 66.28º | 0.61% | 0.73% | - |
| HSV(B) | 66.28º | 0.38% | 0.89% | - |
| XYZ | 61.84 | 72.5 | 36.33 | - |
| YUV | 215.51 | 86.52 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 142 | 0.04 | 0 | 0.38 | 0.11 | 66.28 | 0.61 | 0.73 |
| Hex | DB | E4 | 8E | 4 | 0 | 26 | B | 42 | 3D | 49 |
| Octal | 333 | 344 | 216 | 4 | 0 | 46 | 13 | 102 | 75 | 111 |
| Binary | 11011011 | 11100100 | 10001110 | 100 | 0 | 100110 | 1011 | 1000010 | 111101 | 1001001 |
Color Harmonies of #DBE48E
Complementary color
Monochromatic Colors of #DBE48E
Black with #DBE48E
Text Example
Text Example
White with #DBE48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE48E; }
p { color: rgb(219,228,142); }
H1.HeaderClassName
{
color: #DBE48E;
}
.AnyTagClassName
{
color: #DBE48E;
}
</style>
background-color css
<style>
a { background-color: #DBE48E; }
a { background-color: rgb(219,228,142); }
div.DivClassName
{
background-color: #DBE48E;
}
.BgClassName
{
background-color: #DBE48E;
}
</style>
border-color css
<style>
span { border-color: #DBE48E; }
span { border-color: rgb(219,228,142); }
td.TdClassName
{
border-color: #DBE48E;
}
.TagClassName
{
border-color: #DBE48E;
}
</style>