Shades of Primrose #DEE294
Tints of Primrose #DEE294
RGB
CMYK
RGB Variations
Color information
#DEE294 (or 0xDEE294) is known color: Primrose. HEX triplet: DE, E2 and 94. RGB value is (222,226,148). Sum of RGB (Red+Green+Blue) = 222+226+148=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 226 (88.67% from 255 or 37.92% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 226 - color contains mainly: green. Hex color #DEE294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE294 is #211D6B. Grayscale: #D8D8D8. Windows color (decimal): -2170220 or 9757406. OLE color: 9757406.
HSL color Cylindrical-coordinate representation of color #DEE294: hue angle of 63.08º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEE294 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 226 | 148 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.11 |
| HSL | 63.08º | 0.57% | 0.73% | - |
| HSV(B) | 63.08º | 0.35% | 0.89% | - |
| XYZ | 62.67 | 72.06 | 38.62 | - |
| YUV | 215.91 | 89.67 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 226 | 148 | 0.02 | 0 | 0.35 | 0.11 | 63.08 | 0.57 | 0.73 |
| Hex | DE | E2 | 94 | 2 | 0 | 23 | B | 3F | 39 | 49 |
| Octal | 336 | 342 | 224 | 2 | 0 | 43 | 13 | 77 | 71 | 111 |
| Binary | 11011110 | 11100010 | 10010100 | 10 | 0 | 100011 | 1011 | 111111 | 111001 | 1001001 |
Color Harmonies of #DEE294
Complementary color
Monochromatic Colors of #DEE294
Black with #DEE294
Text Example
Text Example
White with #DEE294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE294; }
p { color: rgb(222,226,148); }
H1.HeaderClassName
{
color: #DEE294;
}
.AnyTagClassName
{
color: #DEE294;
}
</style>
background-color css
<style>
a { background-color: #DEE294; }
a { background-color: rgb(222,226,148); }
div.DivClassName
{
background-color: #DEE294;
}
.BgClassName
{
background-color: #DEE294;
}
</style>
border-color css
<style>
span { border-color: #DEE294; }
span { border-color: rgb(222,226,148); }
td.TdClassName
{
border-color: #DEE294;
}
.TagClassName
{
border-color: #DEE294;
}
</style>