Shades of Primrose #DEE192
Tints of Primrose #DEE192
RGB
CMYK
RGB Variations
Color information
#DEE192 (or 0xDEE192) is known color: Primrose. HEX triplet: DE, E1 and 92. RGB value is (222,225,146). Sum of RGB (Red+Green+Blue) = 222+225+146=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 146 (57.42% from 255 or 24.62% from 593); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE192 is #211E6D. Grayscale: #D7D7D7. Windows color (decimal): -2170478 or 9626078. OLE color: 9626078.
HSL color Cylindrical-coordinate representation of color #DEE192: hue angle of 62.28º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEE192 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 146 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.12 |
| HSL | 62.28º | 0.57% | 0.73% | - |
| HSV(B) | 62.28º | 0.35% | 0.88% | - |
| XYZ | 62.24 | 71.46 | 37.71 | - |
| YUV | 215.1 | 89.01 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 146 | 0.01 | 0 | 0.35 | 0.12 | 62.28 | 0.57 | 0.73 |
| Hex | DE | E1 | 92 | 1 | 0 | 23 | C | 3E | 39 | 49 |
| Octal | 336 | 341 | 222 | 1 | 0 | 43 | 14 | 76 | 71 | 111 |
| Binary | 11011110 | 11100001 | 10010010 | 1 | 0 | 100011 | 1100 | 111110 | 111001 | 1001001 |
Color Harmonies of #DEE192
Complementary color
Monochromatic Colors of #DEE192
Black with #DEE192
Text Example
Text Example
White with #DEE192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE192; }
p { color: rgb(222,225,146); }
H1.HeaderClassName
{
color: #DEE192;
}
.AnyTagClassName
{
color: #DEE192;
}
</style>
background-color css
<style>
a { background-color: #DEE192; }
a { background-color: rgb(222,225,146); }
div.DivClassName
{
background-color: #DEE192;
}
.BgClassName
{
background-color: #DEE192;
}
</style>
border-color css
<style>
span { border-color: #DEE192; }
span { border-color: rgb(222,225,146); }
td.TdClassName
{
border-color: #DEE192;
}
.TagClassName
{
border-color: #DEE192;
}
</style>