Shades of Primrose #DFE290
Tints of Primrose #DFE290
RGB
CMYK
RGB Variations
Color information
#DFE290 (or 0xDFE290) is known color: Primrose. HEX triplet: DF, E2 and 90. RGB value is (223,226,144). Sum of RGB (Red+Green+Blue) = 223+226+144=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 226 (88.67% from 255 or 38.11% from 593); Blue value is 144 (56.64% from 255 or 24.28% from 593); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE290 is #201D6F. Grayscale: #D8D8D8. Windows color (decimal): -2104688 or 9495263. OLE color: 9495263.
HSL color Cylindrical-coordinate representation of color #DFE290: hue angle of 62.2º 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 #DFE290 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 144 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.11 |
| HSL | 62.2º | 0.59% | 0.73% | - |
| HSV(B) | 62.2º | 0.36% | 0.89% | - |
| XYZ | 62.66 | 72.09 | 37 | - |
| YUV | 215.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 144 | 0.01 | 0 | 0.36 | 0.11 | 62.2 | 0.59 | 0.73 |
| Hex | DF | E2 | 90 | 1 | 0 | 24 | B | 3E | 3B | 49 |
| Octal | 337 | 342 | 220 | 1 | 0 | 44 | 13 | 76 | 73 | 111 |
| Binary | 11011111 | 11100010 | 10010000 | 1 | 0 | 100100 | 1011 | 111110 | 111011 | 1001001 |
Color Harmonies of #DFE290
Complementary color
Monochromatic Colors of #DFE290
Black with #DFE290
Text Example
Text Example
White with #DFE290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE290; }
p { color: rgb(223,226,144); }
H1.HeaderClassName
{
color: #DFE290;
}
.AnyTagClassName
{
color: #DFE290;
}
</style>
background-color css
<style>
a { background-color: #DFE290; }
a { background-color: rgb(223,226,144); }
div.DivClassName
{
background-color: #DFE290;
}
.BgClassName
{
background-color: #DFE290;
}
</style>
border-color css
<style>
span { border-color: #DFE290; }
span { border-color: rgb(223,226,144); }
td.TdClassName
{
border-color: #DFE290;
}
.TagClassName
{
border-color: #DFE290;
}
</style>