Shades of Primrose #DEE28B
Tints of Primrose #DEE28B
RGB
CMYK
RGB Variations
Color information
#DEE28B (or 0xDEE28B) is known color: Primrose. HEX triplet: DE, E2 and 8B. RGB value is (222,226,139). Sum of RGB (Red+Green+Blue) = 222+226+139=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 226 (88.67% from 255 or 38.50% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE28B is #211D74. Grayscale: #D7D7D7. Windows color (decimal): -2170229 or 9167582. OLE color: 9167582.
HSL color Cylindrical-coordinate representation of color #DEE28B: hue angle of 62.76º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DEE28B is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 139 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.11 |
| HSL | 62.76º | 0.6% | 0.72% | - |
| HSV(B) | 62.76º | 0.38% | 0.89% | - |
| XYZ | 61.98 | 71.79 | 35.02 | - |
| YUV | 214.89 | 85.17 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 139 | 0.02 | 0 | 0.38 | 0.11 | 62.76 | 0.6 | 0.72 |
| Hex | DE | E2 | 8B | 2 | 0 | 26 | B | 3F | 3C | 48 |
| Octal | 336 | 342 | 213 | 2 | 0 | 46 | 13 | 77 | 74 | 110 |
| Binary | 11011110 | 11100010 | 10001011 | 10 | 0 | 100110 | 1011 | 111111 | 111100 | 1001000 |
Color Harmonies of #DEE28B
Complementary color
Monochromatic Colors of #DEE28B
Black with #DEE28B
Text Example
Text Example
White with #DEE28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE28B; }
p { color: rgb(222,226,139); }
H1.HeaderClassName
{
color: #DEE28B;
}
.AnyTagClassName
{
color: #DEE28B;
}
</style>
background-color css
<style>
a { background-color: #DEE28B; }
a { background-color: rgb(222,226,139); }
div.DivClassName
{
background-color: #DEE28B;
}
.BgClassName
{
background-color: #DEE28B;
}
</style>
border-color css
<style>
span { border-color: #DEE28B; }
span { border-color: rgb(222,226,139); }
td.TdClassName
{
border-color: #DEE28B;
}
.TagClassName
{
border-color: #DEE28B;
}
</style>