Shades of Primrose #DEE191
Tints of Primrose #DEE191
RGB
CMYK
RGB Variations
Color information
#DEE191 (or 0xDEE191) is known color: Primrose. HEX triplet: DE, E1 and 91. RGB value is (222,225,145). Sum of RGB (Red+Green+Blue) = 222+225+145=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 145 (57.03% from 255 or 24.49% from 592); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE191 is #211E6E. Grayscale: #D7D7D7. Windows color (decimal): -2170479 or 9560542. OLE color: 9560542.
HSL color Cylindrical-coordinate representation of color #DEE191: hue angle of 62.25º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEE191 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 145 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.12 |
| HSL | 62.25º | 0.57% | 0.73% | - |
| HSV(B) | 62.25º | 0.36% | 0.88% | - |
| XYZ | 62.16 | 71.42 | 37.3 | - |
| YUV | 214.98 | 88.51 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 145 | 0.01 | 0 | 0.36 | 0.12 | 62.25 | 0.57 | 0.73 |
| Hex | DE | E1 | 91 | 1 | 0 | 24 | C | 3E | 39 | 49 |
| Octal | 336 | 341 | 221 | 1 | 0 | 44 | 14 | 76 | 71 | 111 |
| Binary | 11011110 | 11100001 | 10010001 | 1 | 0 | 100100 | 1100 | 111110 | 111001 | 1001001 |
Color Harmonies of #DEE191
Complementary color
Monochromatic Colors of #DEE191
Black with #DEE191
Text Example
Text Example
White with #DEE191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE191; }
p { color: rgb(222,225,145); }
H1.HeaderClassName
{
color: #DEE191;
}
.AnyTagClassName
{
color: #DEE191;
}
</style>
background-color css
<style>
a { background-color: #DEE191; }
a { background-color: rgb(222,225,145); }
div.DivClassName
{
background-color: #DEE191;
}
.BgClassName
{
background-color: #DEE191;
}
</style>
border-color css
<style>
span { border-color: #DEE191; }
span { border-color: rgb(222,225,145); }
td.TdClassName
{
border-color: #DEE191;
}
.TagClassName
{
border-color: #DEE191;
}
</style>