Shades of Primrose #DFE786
Tints of Primrose #DFE786
RGB
CMYK
RGB Variations
Color information
#DFE786 (or 0xDFE786) is known color: Primrose. HEX triplet: DF, E7 and 86. RGB value is (223,231,134). Sum of RGB (Red+Green+Blue) = 223+231+134=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 231 (90.62% from 255 or 39.29% from 588); Blue value is 134 (52.73% from 255 or 22.79% from 588); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE786 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE786 is #201879. Grayscale: #D9D9D9. Windows color (decimal): -2103418 or 8841183. OLE color: 8841183.
HSL color Cylindrical-coordinate representation of color #DFE786: hue angle of 64.95º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DFE786 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 231 | 134 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.09 |
| HSL | 64.95º | 0.67% | 0.72% | - |
| HSV(B) | 64.95º | 0.42% | 0.91% | - |
| XYZ | 63.31 | 74.56 | 33.61 | - |
| YUV | 217.55 | 80.85 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 231 | 134 | 0.03 | 0 | 0.42 | 0.09 | 64.95 | 0.67 | 0.72 |
| Hex | DF | E7 | 86 | 3 | 0 | 2A | 9 | 41 | 43 | 48 |
| Octal | 337 | 347 | 206 | 3 | 0 | 52 | 11 | 101 | 103 | 110 |
| Binary | 11011111 | 11100111 | 10000110 | 11 | 0 | 101010 | 1001 | 1000001 | 1000011 | 1001000 |
Color Harmonies of #DFE786
Complementary color
Monochromatic Colors of #DFE786
Black with #DFE786
Text Example
Text Example
White with #DFE786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE786; }
p { color: rgb(223,231,134); }
H1.HeaderClassName
{
color: #DFE786;
}
.AnyTagClassName
{
color: #DFE786;
}
</style>
background-color css
<style>
a { background-color: #DFE786; }
a { background-color: rgb(223,231,134); }
div.DivClassName
{
background-color: #DFE786;
}
.BgClassName
{
background-color: #DFE786;
}
</style>
border-color css
<style>
span { border-color: #DFE786; }
span { border-color: rgb(223,231,134); }
td.TdClassName
{
border-color: #DFE786;
}
.TagClassName
{
border-color: #DFE786;
}
</style>