Shades of Primrose #DEE48F
Tints of Primrose #DEE48F
RGB
CMYK
RGB Variations
Color information
#DEE48F (or 0xDEE48F) is known color: Primrose. HEX triplet: DE, E4 and 8F. RGB value is (222,228,143). Sum of RGB (Red+Green+Blue) = 222+228+143=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 143 (56.25% from 255 or 24.11% from 593); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE48F is #211B70. Grayscale: #D8D8D8. Windows color (decimal): -2169713 or 9430238. OLE color: 9430238.
HSL color Cylindrical-coordinate representation of color #DEE48F: hue angle of 64.24º 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 #DEE48F is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 143 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.11 |
| HSL | 64.24º | 0.61% | 0.73% | - |
| HSV(B) | 64.24º | 0.37% | 0.89% | - |
| XYZ | 62.83 | 73 | 36.77 | - |
| YUV | 216.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 143 | 0.03 | 0 | 0.37 | 0.11 | 64.24 | 0.61 | 0.73 |
| Hex | DE | E4 | 8F | 3 | 0 | 25 | B | 40 | 3D | 49 |
| Octal | 336 | 344 | 217 | 3 | 0 | 45 | 13 | 100 | 75 | 111 |
| Binary | 11011110 | 11100100 | 10001111 | 11 | 0 | 100101 | 1011 | 1000000 | 111101 | 1001001 |
Color Harmonies of #DEE48F
Complementary color
Monochromatic Colors of #DEE48F
Black with #DEE48F
Text Example
Text Example
White with #DEE48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE48F; }
p { color: rgb(222,228,143); }
H1.HeaderClassName
{
color: #DEE48F;
}
.AnyTagClassName
{
color: #DEE48F;
}
</style>
background-color css
<style>
a { background-color: #DEE48F; }
a { background-color: rgb(222,228,143); }
div.DivClassName
{
background-color: #DEE48F;
}
.BgClassName
{
background-color: #DEE48F;
}
</style>
border-color css
<style>
span { border-color: #DEE48F; }
span { border-color: rgb(222,228,143); }
td.TdClassName
{
border-color: #DEE48F;
}
.TagClassName
{
border-color: #DEE48F;
}
</style>