Shades of Primrose #D7E087
Tints of Primrose #D7E087
RGB
CMYK
RGB Variations
Color information
#D7E087 (or 0xD7E087) is known color: Primrose. HEX triplet: D7, E0 and 87. RGB value is (215,224,135). Sum of RGB (Red+Green+Blue) = 215+224+135=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 135 (53.12% from 255 or 23.52% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #D7E087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E087 is #281F78. Grayscale: #D3D3D3. Windows color (decimal): -2629497 or 8904919. OLE color: 8904919.
HSL color Cylindrical-coordinate representation of color #D7E087: hue angle of 66.07º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7E087 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 224 | 135 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.12 |
| HSL | 66.07º | 0.59% | 0.7% | - |
| HSV(B) | 66.07º | 0.4% | 0.88% | - |
| XYZ | 59.05 | 69.51 | 33.23 | - |
| YUV | 211.16 | 85.02 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 224 | 135 | 0.04 | 0 | 0.40 | 0.12 | 66.07 | 0.59 | 0.7 |
| Hex | D7 | E0 | 87 | 4 | 0 | 28 | C | 42 | 3B | 46 |
| Octal | 327 | 340 | 207 | 4 | 0 | 50 | 14 | 102 | 73 | 106 |
| Binary | 11010111 | 11100000 | 10000111 | 100 | 0 | 101000 | 1100 | 1000010 | 111011 | 1000110 |
Color Harmonies of #D7E087
Complementary color
Monochromatic Colors of #D7E087
Black with #D7E087
Text Example
Text Example
White with #D7E087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E087; }
p { color: rgb(215,224,135); }
H1.HeaderClassName
{
color: #D7E087;
}
.AnyTagClassName
{
color: #D7E087;
}
</style>
background-color css
<style>
a { background-color: #D7E087; }
a { background-color: rgb(215,224,135); }
div.DivClassName
{
background-color: #D7E087;
}
.BgClassName
{
background-color: #D7E087;
}
</style>
border-color css
<style>
span { border-color: #D7E087; }
span { border-color: rgb(215,224,135); }
td.TdClassName
{
border-color: #D7E087;
}
.TagClassName
{
border-color: #D7E087;
}
</style>