Shades of Primrose #DFE490
Tints of Primrose #DFE490
RGB
CMYK
RGB Variations
Color information
#DFE490 (or 0xDFE490) is known color: Primrose. HEX triplet: DF, E4 and 90. RGB value is (223,228,144). Sum of RGB (Red+Green+Blue) = 223+228+144=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 144 (56.64% from 255 or 24.20% from 595); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE490 is #201B6F. Grayscale: #D9D9D9. Windows color (decimal): -2104176 or 9495775. OLE color: 9495775.
HSL color Cylindrical-coordinate representation of color #DFE490: hue angle of 63.57º degrees, saturation: 0.61, 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 #DFE490 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 144 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.11 |
| HSL | 63.57º | 0.61% | 0.73% | - |
| HSV(B) | 63.57º | 0.37% | 0.89% | - |
| XYZ | 63.21 | 73.19 | 37.18 | - |
| YUV | 216.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 144 | 0.02 | 0 | 0.37 | 0.11 | 63.57 | 0.61 | 0.73 |
| Hex | DF | E4 | 90 | 2 | 0 | 25 | B | 40 | 3D | 49 |
| Octal | 337 | 344 | 220 | 2 | 0 | 45 | 13 | 100 | 75 | 111 |
| Binary | 11011111 | 11100100 | 10010000 | 10 | 0 | 100101 | 1011 | 1000000 | 111101 | 1001001 |
Color Harmonies of #DFE490
Complementary color
Monochromatic Colors of #DFE490
Black with #DFE490
Text Example
Text Example
White with #DFE490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE490; }
p { color: rgb(223,228,144); }
H1.HeaderClassName
{
color: #DFE490;
}
.AnyTagClassName
{
color: #DFE490;
}
</style>
background-color css
<style>
a { background-color: #DFE490; }
a { background-color: rgb(223,228,144); }
div.DivClassName
{
background-color: #DFE490;
}
.BgClassName
{
background-color: #DFE490;
}
</style>
border-color css
<style>
span { border-color: #DFE490; }
span { border-color: rgb(223,228,144); }
td.TdClassName
{
border-color: #DFE490;
}
.TagClassName
{
border-color: #DFE490;
}
</style>