Shades of Primrose #DFE486
Tints of Primrose #DFE486
RGB
CMYK
RGB Variations
Color information
#DFE486 (or 0xDFE486) is known color: Primrose. HEX triplet: DF, E4 and 86. RGB value is (223,228,134). Sum of RGB (Red+Green+Blue) = 223+228+134=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 228 (89.45% from 255 or 38.97% from 585); Blue value is 134 (52.73% from 255 or 22.91% from 585); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE486 is #201B79. Grayscale: #D8D8D8. Windows color (decimal): -2104186 or 8840415. OLE color: 8840415.
HSL color Cylindrical-coordinate representation of color #DFE486: hue angle of 63.19º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DFE486 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 134 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.11 |
| HSL | 63.19º | 0.64% | 0.71% | - |
| HSV(B) | 63.19º | 0.41% | 0.89% | - |
| XYZ | 62.48 | 72.9 | 33.33 | - |
| YUV | 215.79 | 81.84 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 134 | 0.02 | 0 | 0.41 | 0.11 | 63.19 | 0.64 | 0.71 |
| Hex | DF | E4 | 86 | 2 | 0 | 29 | B | 3F | 40 | 47 |
| Octal | 337 | 344 | 206 | 2 | 0 | 51 | 13 | 77 | 100 | 107 |
| Binary | 11011111 | 11100100 | 10000110 | 10 | 0 | 101001 | 1011 | 111111 | 1000000 | 1000111 |
Color Harmonies of #DFE486
Complementary color
Monochromatic Colors of #DFE486
Black with #DFE486
Text Example
Text Example
White with #DFE486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE486; }
p { color: rgb(223,228,134); }
H1.HeaderClassName
{
color: #DFE486;
}
.AnyTagClassName
{
color: #DFE486;
}
</style>
background-color css
<style>
a { background-color: #DFE486; }
a { background-color: rgb(223,228,134); }
div.DivClassName
{
background-color: #DFE486;
}
.BgClassName
{
background-color: #DFE486;
}
</style>
border-color css
<style>
span { border-color: #DFE486; }
span { border-color: rgb(223,228,134); }
td.TdClassName
{
border-color: #DFE486;
}
.TagClassName
{
border-color: #DFE486;
}
</style>