Shades of Primrose #DFE887
Tints of Primrose #DFE887
RGB
CMYK
RGB Variations
Color information
#DFE887 (or 0xDFE887) is known color: Primrose. HEX triplet: DF, E8 and 87. RGB value is (223,232,135). Sum of RGB (Red+Green+Blue) = 223+232+135=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 232 (91.02% from 255 or 39.32% from 590); Blue value is 135 (53.12% from 255 or 22.88% from 590); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE887 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE887 is #201778. Grayscale: #DADADA. Windows color (decimal): -2103161 or 8906975. OLE color: 8906975.
HSL color Cylindrical-coordinate representation of color #DFE887: hue angle of 65.57º degrees, saturation: 0.68, 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 #DFE887 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 135 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.09 |
| HSL | 65.57º | 0.68% | 0.72% | - |
| HSV(B) | 65.57º | 0.42% | 0.91% | - |
| XYZ | 63.66 | 75.15 | 34.07 | - |
| YUV | 218.25 | 81.02 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 135 | 0.04 | 0 | 0.42 | 0.09 | 65.57 | 0.68 | 0.72 |
| Hex | DF | E8 | 87 | 4 | 0 | 2A | 9 | 42 | 44 | 48 |
| Octal | 337 | 350 | 207 | 4 | 0 | 52 | 11 | 102 | 104 | 110 |
| Binary | 11011111 | 11101000 | 10000111 | 100 | 0 | 101010 | 1001 | 1000010 | 1000100 | 1001000 |
Color Harmonies of #DFE887
Complementary color
Monochromatic Colors of #DFE887
Black with #DFE887
Text Example
Text Example
White with #DFE887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE887; }
p { color: rgb(223,232,135); }
H1.HeaderClassName
{
color: #DFE887;
}
.AnyTagClassName
{
color: #DFE887;
}
</style>
background-color css
<style>
a { background-color: #DFE887; }
a { background-color: rgb(223,232,135); }
div.DivClassName
{
background-color: #DFE887;
}
.BgClassName
{
background-color: #DFE887;
}
</style>
border-color css
<style>
span { border-color: #DFE887; }
span { border-color: rgb(223,232,135); }
td.TdClassName
{
border-color: #DFE887;
}
.TagClassName
{
border-color: #DFE887;
}
</style>