Shades of Primrose #DEE194
Tints of Primrose #DEE194
RGB
CMYK
RGB Variations
Color information
#DEE194 (or 0xDEE194) is known color: Primrose. HEX triplet: DE, E1 and 94. RGB value is (222,225,148). Sum of RGB (Red+Green+Blue) = 222+225+148=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 148 (58.20% from 255 or 24.87% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #DEE194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE194 is #211E6B. Grayscale: #D7D7D7. Windows color (decimal): -2170476 or 9757150. OLE color: 9757150.
HSL color Cylindrical-coordinate representation of color #DEE194: hue angle of 62.34º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEE194 is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 225 | 148 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.12 |
| HSL | 62.34º | 0.56% | 0.73% | - |
| HSV(B) | 62.34º | 0.34% | 0.88% | - |
| XYZ | 62.39 | 71.52 | 38.53 | - |
| YUV | 215.33 | 90.01 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 148 | 0.01 | 0 | 0.34 | 0.12 | 62.34 | 0.56 | 0.73 |
| Hex | DE | E1 | 94 | 1 | 0 | 22 | C | 3E | 38 | 49 |
| Octal | 336 | 341 | 224 | 1 | 0 | 42 | 14 | 76 | 70 | 111 |
| Binary | 11011110 | 11100001 | 10010100 | 1 | 0 | 100010 | 1100 | 111110 | 111000 | 1001001 |
Color Harmonies of #DEE194
Complementary color
Monochromatic Colors of #DEE194
Black with #DEE194
Text Example
Text Example
White with #DEE194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE194; }
p { color: rgb(222,225,148); }
H1.HeaderClassName
{
color: #DEE194;
}
.AnyTagClassName
{
color: #DEE194;
}
</style>
background-color css
<style>
a { background-color: #DEE194; }
a { background-color: rgb(222,225,148); }
div.DivClassName
{
background-color: #DEE194;
}
.BgClassName
{
background-color: #DEE194;
}
</style>
border-color css
<style>
span { border-color: #DEE194; }
span { border-color: rgb(222,225,148); }
td.TdClassName
{
border-color: #DEE194;
}
.TagClassName
{
border-color: #DEE194;
}
</style>