Shades of Primrose #D7E295
Tints of Primrose #D7E295
RGB
CMYK
RGB Variations
Color information
#D7E295 (or 0xD7E295) is known color: Primrose. HEX triplet: D7, E2 and 95. RGB value is (215,226,149). Sum of RGB (Red+Green+Blue) = 215+226+149=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 149 (58.59% from 255 or 25.25% from 590); Max value from RGB is 226 - color contains mainly: green. Hex color #D7E295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E295 is #281D6A. Grayscale: #D6D6D6. Windows color (decimal): -2628971 or 9822935. OLE color: 9822935.
HSL color Cylindrical-coordinate representation of color #D7E295: hue angle of 68.57º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7E295 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 215 | 226 | 149 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.11 |
| HSL | 68.57º | 0.57% | 0.74% | - |
| HSV(B) | 68.57º | 0.34% | 0.89% | - |
| XYZ | 60.65 | 71.01 | 38.94 | - |
| YUV | 213.93 | 91.36 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 226 | 149 | 0.05 | 0 | 0.34 | 0.11 | 68.57 | 0.57 | 0.74 |
| Hex | D7 | E2 | 95 | 5 | 0 | 22 | B | 45 | 39 | 4A |
| Octal | 327 | 342 | 225 | 5 | 0 | 42 | 13 | 105 | 71 | 112 |
| Binary | 11010111 | 11100010 | 10010101 | 101 | 0 | 100010 | 1011 | 1000101 | 111001 | 1001010 |
Color Harmonies of #D7E295
Complementary color
Monochromatic Colors of #D7E295
Black with #D7E295
Text Example
Text Example
White with #D7E295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E295; }
p { color: rgb(215,226,149); }
H1.HeaderClassName
{
color: #D7E295;
}
.AnyTagClassName
{
color: #D7E295;
}
</style>
background-color css
<style>
a { background-color: #D7E295; }
a { background-color: rgb(215,226,149); }
div.DivClassName
{
background-color: #D7E295;
}
.BgClassName
{
background-color: #D7E295;
}
</style>
border-color css
<style>
span { border-color: #D7E295; }
span { border-color: rgb(215,226,149); }
td.TdClassName
{
border-color: #D7E295;
}
.TagClassName
{
border-color: #D7E295;
}
</style>