Shades of Primrose #DBE28F
Tints of Primrose #DBE28F
RGB
CMYK
RGB Variations
Color information
#DBE28F (or 0xDBE28F) is known color: Primrose. HEX triplet: DB, E2 and 8F. RGB value is (219,226,143). Sum of RGB (Red+Green+Blue) = 219+226+143=588 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.24% from 588); Green value is 226 (88.67% from 255 or 38.44% from 588); Blue value is 143 (56.25% from 255 or 24.32% from 588); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE28F is #241D70. Grayscale: #D6D6D6. Windows color (decimal): -2366833 or 9429723. OLE color: 9429723.
HSL color Cylindrical-coordinate representation of color #DBE28F: hue angle of 65.06º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBE28F is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 226 | 143 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.11 |
| HSL | 65.06º | 0.59% | 0.72% | - |
| HSV(B) | 65.06º | 0.37% | 0.89% | - |
| XYZ | 61.37 | 71.44 | 36.54 | - |
| YUV | 214.45 | 87.68 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 226 | 143 | 0.03 | 0 | 0.37 | 0.11 | 65.06 | 0.59 | 0.72 |
| Hex | DB | E2 | 8F | 3 | 0 | 25 | B | 41 | 3B | 48 |
| Octal | 333 | 342 | 217 | 3 | 0 | 45 | 13 | 101 | 73 | 110 |
| Binary | 11011011 | 11100010 | 10001111 | 11 | 0 | 100101 | 1011 | 1000001 | 111011 | 1001000 |
Color Harmonies of #DBE28F
Complementary color
Monochromatic Colors of #DBE28F
Black with #DBE28F
Text Example
Text Example
White with #DBE28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE28F; }
p { color: rgb(219,226,143); }
H1.HeaderClassName
{
color: #DBE28F;
}
.AnyTagClassName
{
color: #DBE28F;
}
</style>
background-color css
<style>
a { background-color: #DBE28F; }
a { background-color: rgb(219,226,143); }
div.DivClassName
{
background-color: #DBE28F;
}
.BgClassName
{
background-color: #DBE28F;
}
</style>
border-color css
<style>
span { border-color: #DBE28F; }
span { border-color: rgb(219,226,143); }
td.TdClassName
{
border-color: #DBE28F;
}
.TagClassName
{
border-color: #DBE28F;
}
</style>