Shades of Primrose #DFE292
Tints of Primrose #DFE292
RGB
CMYK
RGB Variations
Color information
#DFE292 (or 0xDFE292) is known color: Primrose. HEX triplet: DF, E2 and 92. RGB value is (223,226,146). Sum of RGB (Red+Green+Blue) = 223+226+146=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 146 (57.42% from 255 or 24.54% from 595); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE292 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE292 is #201D6D. Grayscale: #D8D8D8. Windows color (decimal): -2104686 or 9626335. OLE color: 9626335.
HSL color Cylindrical-coordinate representation of color #DFE292: hue angle of 62.25º degrees, saturation: 0.58, 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 #DFE292 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 146 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.11 |
| HSL | 62.25º | 0.58% | 0.73% | - |
| HSV(B) | 62.25º | 0.35% | 0.89% | - |
| XYZ | 62.82 | 72.16 | 37.81 | - |
| YUV | 215.98 | 88.51 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 146 | 0.01 | 0 | 0.35 | 0.11 | 62.25 | 0.58 | 0.73 |
| Hex | DF | E2 | 92 | 1 | 0 | 23 | B | 3E | 3A | 49 |
| Octal | 337 | 342 | 222 | 1 | 0 | 43 | 13 | 76 | 72 | 111 |
| Binary | 11011111 | 11100010 | 10010010 | 1 | 0 | 100011 | 1011 | 111110 | 111010 | 1001001 |
Color Harmonies of #DFE292
Complementary color
Monochromatic Colors of #DFE292
Black with #DFE292
Text Example
Text Example
White with #DFE292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE292; }
p { color: rgb(223,226,146); }
H1.HeaderClassName
{
color: #DFE292;
}
.AnyTagClassName
{
color: #DFE292;
}
</style>
background-color css
<style>
a { background-color: #DFE292; }
a { background-color: rgb(223,226,146); }
div.DivClassName
{
background-color: #DFE292;
}
.BgClassName
{
background-color: #DFE292;
}
</style>
border-color css
<style>
span { border-color: #DFE292; }
span { border-color: rgb(223,226,146); }
td.TdClassName
{
border-color: #DFE292;
}
.TagClassName
{
border-color: #DFE292;
}
</style>