Shades of Primrose #DFE392
Tints of Primrose #DFE392
RGB
CMYK
RGB Variations
Color information
#DFE392 (or 0xDFE392) is known color: Primrose. HEX triplet: DF, E3 and 92. RGB value is (223,227,146). Sum of RGB (Red+Green+Blue) = 223+227+146=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE392 is #201C6D. Grayscale: #D8D8D8. Windows color (decimal): -2104430 or 9626591. OLE color: 9626591.
HSL color Cylindrical-coordinate representation of color #DFE392: hue angle of 62.96º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFE392 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 146 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.11 |
| HSL | 62.96º | 0.59% | 0.73% | - |
| HSV(B) | 62.96º | 0.36% | 0.89% | - |
| XYZ | 63.09 | 72.7 | 37.9 | - |
| YUV | 216.57 | 88.17 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 146 | 0.02 | 0 | 0.36 | 0.11 | 62.96 | 0.59 | 0.73 |
| Hex | DF | E3 | 92 | 2 | 0 | 24 | B | 3F | 3B | 49 |
| Octal | 337 | 343 | 222 | 2 | 0 | 44 | 13 | 77 | 73 | 111 |
| Binary | 11011111 | 11100011 | 10010010 | 10 | 0 | 100100 | 1011 | 111111 | 111011 | 1001001 |
Color Harmonies of #DFE392
Complementary color
Monochromatic Colors of #DFE392
Black with #DFE392
Text Example
Text Example
White with #DFE392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE392; }
p { color: rgb(223,227,146); }
H1.HeaderClassName
{
color: #DFE392;
}
.AnyTagClassName
{
color: #DFE392;
}
</style>
background-color css
<style>
a { background-color: #DFE392; }
a { background-color: rgb(223,227,146); }
div.DivClassName
{
background-color: #DFE392;
}
.BgClassName
{
background-color: #DFE392;
}
</style>
border-color css
<style>
span { border-color: #DFE392; }
span { border-color: rgb(223,227,146); }
td.TdClassName
{
border-color: #DFE392;
}
.TagClassName
{
border-color: #DFE392;
}
</style>