Shades of Primrose #D7E188
Tints of Primrose #D7E188
RGB
CMYK
RGB Variations
Color information
#D7E188 (or 0xD7E188) is known color: Primrose. HEX triplet: D7, E1 and 88. RGB value is (215,225,136). Sum of RGB (Red+Green+Blue) = 215+225+136=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E188 is #281E77. Grayscale: #D4D4D4. Windows color (decimal): -2629240 or 8970711. OLE color: 8970711.
HSL color Cylindrical-coordinate representation of color #D7E188: hue angle of 66.74º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D7E188 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 225 | 136 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.12 |
| HSL | 66.74º | 0.6% | 0.71% | - |
| HSV(B) | 66.74º | 0.4% | 0.88% | - |
| XYZ | 59.39 | 70.08 | 33.69 | - |
| YUV | 211.86 | 85.19 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 225 | 136 | 0.04 | 0 | 0.40 | 0.12 | 66.74 | 0.6 | 0.71 |
| Hex | D7 | E1 | 88 | 4 | 0 | 28 | C | 43 | 3C | 47 |
| Octal | 327 | 341 | 210 | 4 | 0 | 50 | 14 | 103 | 74 | 107 |
| Binary | 11010111 | 11100001 | 10001000 | 100 | 0 | 101000 | 1100 | 1000011 | 111100 | 1000111 |
Color Harmonies of #D7E188
Complementary color
Monochromatic Colors of #D7E188
Black with #D7E188
Text Example
Text Example
White with #D7E188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E188; }
p { color: rgb(215,225,136); }
H1.HeaderClassName
{
color: #D7E188;
}
.AnyTagClassName
{
color: #D7E188;
}
</style>
background-color css
<style>
a { background-color: #D7E188; }
a { background-color: rgb(215,225,136); }
div.DivClassName
{
background-color: #D7E188;
}
.BgClassName
{
background-color: #D7E188;
}
</style>
border-color css
<style>
span { border-color: #D7E188; }
span { border-color: rgb(215,225,136); }
td.TdClassName
{
border-color: #D7E188;
}
.TagClassName
{
border-color: #D7E188;
}
</style>