Shades of Primrose #DFE390
Tints of Primrose #DFE390
RGB
CMYK
RGB Variations
Color information
#DFE390 (or 0xDFE390) is known color: Primrose. HEX triplet: DF, E3 and 90. RGB value is (223,227,144). Sum of RGB (Red+Green+Blue) = 223+227+144=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 227 (89.06% from 255 or 38.22% from 594); Blue value is 144 (56.64% from 255 or 24.24% from 594); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE390 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE390 is #201C6F. Grayscale: #D8D8D8. Windows color (decimal): -2104432 or 9495519. OLE color: 9495519.
HSL color Cylindrical-coordinate representation of color #DFE390: hue angle of 62.89º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFE390 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 144 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.11 |
| HSL | 62.89º | 0.6% | 0.73% | - |
| HSV(B) | 62.89º | 0.37% | 0.89% | - |
| XYZ | 62.93 | 72.64 | 37.09 | - |
| YUV | 216.34 | 87.17 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 144 | 0.02 | 0 | 0.37 | 0.11 | 62.89 | 0.6 | 0.73 |
| Hex | DF | E3 | 90 | 2 | 0 | 25 | B | 3F | 3C | 49 |
| Octal | 337 | 343 | 220 | 2 | 0 | 45 | 13 | 77 | 74 | 111 |
| Binary | 11011111 | 11100011 | 10010000 | 10 | 0 | 100101 | 1011 | 111111 | 111100 | 1001001 |
Color Harmonies of #DFE390
Complementary color
Monochromatic Colors of #DFE390
Black with #DFE390
Text Example
Text Example
White with #DFE390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE390; }
p { color: rgb(223,227,144); }
H1.HeaderClassName
{
color: #DFE390;
}
.AnyTagClassName
{
color: #DFE390;
}
</style>
background-color css
<style>
a { background-color: #DFE390; }
a { background-color: rgb(223,227,144); }
div.DivClassName
{
background-color: #DFE390;
}
.BgClassName
{
background-color: #DFE390;
}
</style>
border-color css
<style>
span { border-color: #DFE390; }
span { border-color: rgb(223,227,144); }
td.TdClassName
{
border-color: #DFE390;
}
.TagClassName
{
border-color: #DFE390;
}
</style>