Shades of Primrose #DBE48F
Tints of Primrose #DBE48F
RGB
CMYK
RGB Variations
Color information
#DBE48F (or 0xDBE48F) is known color: Primrose. HEX triplet: DB, E4 and 8F. RGB value is (219,228,143). Sum of RGB (Red+Green+Blue) = 219+228+143=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 143 (56.25% from 255 or 24.24% from 590); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE48F is #241B70. Grayscale: #D7D7D7. Windows color (decimal): -2366321 or 9430235. OLE color: 9430235.
HSL color Cylindrical-coordinate representation of color #DBE48F: hue angle of 66.35º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBE48F is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 228 | 143 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.11 |
| HSL | 66.35º | 0.61% | 0.73% | - |
| HSV(B) | 66.35º | 0.37% | 0.89% | - |
| XYZ | 61.91 | 72.53 | 36.72 | - |
| YUV | 215.62 | 87.02 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 228 | 143 | 0.04 | 0 | 0.37 | 0.11 | 66.35 | 0.61 | 0.73 |
| Hex | DB | E4 | 8F | 4 | 0 | 25 | B | 42 | 3D | 49 |
| Octal | 333 | 344 | 217 | 4 | 0 | 45 | 13 | 102 | 75 | 111 |
| Binary | 11011011 | 11100100 | 10001111 | 100 | 0 | 100101 | 1011 | 1000010 | 111101 | 1001001 |
Color Harmonies of #DBE48F
Complementary color
Monochromatic Colors of #DBE48F
Black with #DBE48F
Text Example
Text Example
White with #DBE48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE48F; }
p { color: rgb(219,228,143); }
H1.HeaderClassName
{
color: #DBE48F;
}
.AnyTagClassName
{
color: #DBE48F;
}
</style>
background-color css
<style>
a { background-color: #DBE48F; }
a { background-color: rgb(219,228,143); }
div.DivClassName
{
background-color: #DBE48F;
}
.BgClassName
{
background-color: #DBE48F;
}
</style>
border-color css
<style>
span { border-color: #DBE48F; }
span { border-color: rgb(219,228,143); }
td.TdClassName
{
border-color: #DBE48F;
}
.TagClassName
{
border-color: #DBE48F;
}
</style>