Shades of Primrose #DEE18F
Tints of Primrose #DEE18F
RGB
CMYK
RGB Variations
Color information
#DEE18F (or 0xDEE18F) is known color: Primrose. HEX triplet: DE, E1 and 8F. RGB value is (222,225,143). Sum of RGB (Red+Green+Blue) = 222+225+143=590 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.63% from 590); Green value is 225 (88.28% from 255 or 38.14% from 590); Blue value is 143 (56.25% from 255 or 24.24% from 590); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE18F is #211E70. Grayscale: #D7D7D7. Windows color (decimal): -2170481 or 9429470. OLE color: 9429470.
HSL color Cylindrical-coordinate representation of color #DEE18F: hue angle of 62.2º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEE18F is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 143 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.12 |
| HSL | 62.2º | 0.58% | 0.72% | - |
| HSV(B) | 62.2º | 0.36% | 0.88% | - |
| XYZ | 62.01 | 71.36 | 36.49 | - |
| YUV | 214.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 143 | 0.01 | 0 | 0.36 | 0.12 | 62.2 | 0.58 | 0.72 |
| Hex | DE | E1 | 8F | 1 | 0 | 24 | C | 3E | 3A | 48 |
| Octal | 336 | 341 | 217 | 1 | 0 | 44 | 14 | 76 | 72 | 110 |
| Binary | 11011110 | 11100001 | 10001111 | 1 | 0 | 100100 | 1100 | 111110 | 111010 | 1001000 |
Color Harmonies of #DEE18F
Complementary color
Monochromatic Colors of #DEE18F
Black with #DEE18F
Text Example
Text Example
White with #DEE18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE18F; }
p { color: rgb(222,225,143); }
H1.HeaderClassName
{
color: #DEE18F;
}
.AnyTagClassName
{
color: #DEE18F;
}
</style>
background-color css
<style>
a { background-color: #DEE18F; }
a { background-color: rgb(222,225,143); }
div.DivClassName
{
background-color: #DEE18F;
}
.BgClassName
{
background-color: #DEE18F;
}
</style>
border-color css
<style>
span { border-color: #DEE18F; }
span { border-color: rgb(222,225,143); }
td.TdClassName
{
border-color: #DEE18F;
}
.TagClassName
{
border-color: #DEE18F;
}
</style>