Shades of Primrose #DFE286
Tints of Primrose #DFE286
RGB
CMYK
RGB Variations
Color information
#DFE286 (or 0xDFE286) is known color: Primrose. HEX triplet: DF, E2 and 86. RGB value is (223,226,134). Sum of RGB (Red+Green+Blue) = 223+226+134=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 226 (88.67% from 255 or 38.77% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE286 is #201D79. Grayscale: #D6D6D6. Windows color (decimal): -2104698 or 8839903. OLE color: 8839903.
HSL color Cylindrical-coordinate representation of color #DFE286: hue angle of 61.96º degrees, saturation: 0.61, 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 #DFE286 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 134 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.11 |
| HSL | 61.96º | 0.61% | 0.71% | - |
| HSV(B) | 61.96º | 0.41% | 0.89% | - |
| XYZ | 61.93 | 71.8 | 33.15 | - |
| YUV | 214.62 | 82.51 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 134 | 0.01 | 0 | 0.41 | 0.11 | 61.96 | 0.61 | 0.71 |
| Hex | DF | E2 | 86 | 1 | 0 | 29 | B | 3E | 3D | 47 |
| Octal | 337 | 342 | 206 | 1 | 0 | 51 | 13 | 76 | 75 | 107 |
| Binary | 11011111 | 11100010 | 10000110 | 1 | 0 | 101001 | 1011 | 111110 | 111101 | 1000111 |
Color Harmonies of #DFE286
Complementary color
Monochromatic Colors of #DFE286
Black with #DFE286
Text Example
Text Example
White with #DFE286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE286; }
p { color: rgb(223,226,134); }
H1.HeaderClassName
{
color: #DFE286;
}
.AnyTagClassName
{
color: #DFE286;
}
</style>
background-color css
<style>
a { background-color: #DFE286; }
a { background-color: rgb(223,226,134); }
div.DivClassName
{
background-color: #DFE286;
}
.BgClassName
{
background-color: #DFE286;
}
</style>
border-color css
<style>
span { border-color: #DFE286; }
span { border-color: rgb(223,226,134); }
td.TdClassName
{
border-color: #DFE286;
}
.TagClassName
{
border-color: #DFE286;
}
</style>