Shades of Primrose #D7E195
Tints of Primrose #D7E195
RGB
CMYK
RGB Variations
Color information
#D7E195 (or 0xD7E195) is known color: Primrose. HEX triplet: D7, E1 and 95. RGB value is (215,225,149). Sum of RGB (Red+Green+Blue) = 215+225+149=589 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.50% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #D7E195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7E195 is #281E6A. Grayscale: #D5D5D5. Windows color (decimal): -2629227 or 9822679. OLE color: 9822679.
HSL color Cylindrical-coordinate representation of color #D7E195: hue angle of 67.89º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7E195 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 215 | 225 | 149 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.12 |
| HSL | 67.89º | 0.56% | 0.73% | - |
| HSV(B) | 67.89º | 0.34% | 0.88% | - |
| XYZ | 60.37 | 70.47 | 38.85 | - |
| YUV | 213.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 225 | 149 | 0.04 | 0 | 0.34 | 0.12 | 67.89 | 0.56 | 0.73 |
| Hex | D7 | E1 | 95 | 4 | 0 | 22 | C | 44 | 38 | 49 |
| Octal | 327 | 341 | 225 | 4 | 0 | 42 | 14 | 104 | 70 | 111 |
| Binary | 11010111 | 11100001 | 10010101 | 100 | 0 | 100010 | 1100 | 1000100 | 111000 | 1001001 |
Color Harmonies of #D7E195
Complementary color
Monochromatic Colors of #D7E195
Black with #D7E195
Text Example
Text Example
White with #D7E195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E195; }
p { color: rgb(215,225,149); }
H1.HeaderClassName
{
color: #D7E195;
}
.AnyTagClassName
{
color: #D7E195;
}
</style>
background-color css
<style>
a { background-color: #D7E195; }
a { background-color: rgb(215,225,149); }
div.DivClassName
{
background-color: #D7E195;
}
.BgClassName
{
background-color: #D7E195;
}
</style>
border-color css
<style>
span { border-color: #D7E195; }
span { border-color: rgb(215,225,149); }
td.TdClassName
{
border-color: #D7E195;
}
.TagClassName
{
border-color: #D7E195;
}
</style>