Shades of Primrose #DFE598
Tints of Primrose #DFE598
RGB
CMYK
RGB Variations
Color information
#DFE598 (or 0xDFE598) is known color: Primrose. HEX triplet: DF, E5 and 98. RGB value is (223,229,152). Sum of RGB (Red+Green+Blue) = 223+229+152=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 152 (59.77% from 255 or 25.17% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE598 is #201A67. Grayscale: #DADADA. Windows color (decimal): -2103912 or 10020319. OLE color: 10020319.
HSL color Cylindrical-coordinate representation of color #DFE598: hue angle of 64.68º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFE598 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 152 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.10 |
| HSL | 64.68º | 0.6% | 0.75% | - |
| HSV(B) | 64.68º | 0.34% | 0.9% | - |
| XYZ | 64.12 | 73.99 | 40.61 | - |
| YUV | 218.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 152 | 0.03 | 0 | 0.34 | 0.10 | 64.68 | 0.6 | 0.75 |
| Hex | DF | E5 | 98 | 3 | 0 | 22 | A | 41 | 3C | 4B |
| Octal | 337 | 345 | 230 | 3 | 0 | 42 | 12 | 101 | 74 | 113 |
| Binary | 11011111 | 11100101 | 10011000 | 11 | 0 | 100010 | 1010 | 1000001 | 111100 | 1001011 |
Color Harmonies of #DFE598
Complementary color
Monochromatic Colors of #DFE598
Black with #DFE598
Text Example
Text Example
White with #DFE598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE598; }
p { color: rgb(223,229,152); }
H1.HeaderClassName
{
color: #DFE598;
}
.AnyTagClassName
{
color: #DFE598;
}
</style>
background-color css
<style>
a { background-color: #DFE598; }
a { background-color: rgb(223,229,152); }
div.DivClassName
{
background-color: #DFE598;
}
.BgClassName
{
background-color: #DFE598;
}
</style>
border-color css
<style>
span { border-color: #DFE598; }
span { border-color: rgb(223,229,152); }
td.TdClassName
{
border-color: #DFE598;
}
.TagClassName
{
border-color: #DFE598;
}
</style>