Shades of Primrose #DFE590
Tints of Primrose #DFE590
RGB
CMYK
RGB Variations
Color information
#DFE590 (or 0xDFE590) is known color: Primrose. HEX triplet: DF, E5 and 90. RGB value is (223,229,144). Sum of RGB (Red+Green+Blue) = 223+229+144=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 229 (89.84% from 255 or 38.42% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE590 is #201A6F. Grayscale: #D9D9D9. Windows color (decimal): -2103920 or 9496031. OLE color: 9496031.
HSL color Cylindrical-coordinate representation of color #DFE590: hue angle of 64.24º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DFE590 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 144 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.10 |
| HSL | 64.24º | 0.62% | 0.73% | - |
| HSV(B) | 64.24º | 0.37% | 0.9% | - |
| XYZ | 63.48 | 73.74 | 37.27 | - |
| YUV | 217.52 | 86.51 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 144 | 0.03 | 0 | 0.37 | 0.10 | 64.24 | 0.62 | 0.73 |
| Hex | DF | E5 | 90 | 3 | 0 | 25 | A | 40 | 3E | 49 |
| Octal | 337 | 345 | 220 | 3 | 0 | 45 | 12 | 100 | 76 | 111 |
| Binary | 11011111 | 11100101 | 10010000 | 11 | 0 | 100101 | 1010 | 1000000 | 111110 | 1001001 |
Color Harmonies of #DFE590
Complementary color
Monochromatic Colors of #DFE590
Black with #DFE590
Text Example
Text Example
White with #DFE590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE590; }
p { color: rgb(223,229,144); }
H1.HeaderClassName
{
color: #DFE590;
}
.AnyTagClassName
{
color: #DFE590;
}
</style>
background-color css
<style>
a { background-color: #DFE590; }
a { background-color: rgb(223,229,144); }
div.DivClassName
{
background-color: #DFE590;
}
.BgClassName
{
background-color: #DFE590;
}
</style>
border-color css
<style>
span { border-color: #DFE590; }
span { border-color: rgb(223,229,144); }
td.TdClassName
{
border-color: #DFE590;
}
.TagClassName
{
border-color: #DFE590;
}
</style>