Shades of Primrose #D8E295
Tints of Primrose #D8E295
RGB
CMYK
RGB Variations
Color information
#D8E295 (or 0xD8E295) is known color: Primrose. HEX triplet: D8, E2 and 95. RGB value is (216,226,149). Sum of RGB (Red+Green+Blue) = 216+226+149=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 226 - color contains mainly: green. Hex color #D8E295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E295 is #271D6A. Grayscale: #D6D6D6. Windows color (decimal): -2563435 or 9822936. OLE color: 9822936.
HSL color Cylindrical-coordinate representation of color #D8E295: hue angle of 67.79º 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 #D8E295 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 226 | 149 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.11 |
| HSL | 67.79º | 0.57% | 0.74% | - |
| HSV(B) | 67.79º | 0.34% | 0.89% | - |
| XYZ | 60.94 | 71.16 | 38.96 | - |
| YUV | 214.23 | 91.19 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 226 | 149 | 0.04 | 0 | 0.34 | 0.11 | 67.79 | 0.57 | 0.74 |
| Hex | D8 | E2 | 95 | 4 | 0 | 22 | B | 44 | 39 | 4A |
| Octal | 330 | 342 | 225 | 4 | 0 | 42 | 13 | 104 | 71 | 112 |
| Binary | 11011000 | 11100010 | 10010101 | 100 | 0 | 100010 | 1011 | 1000100 | 111001 | 1001010 |
Color Harmonies of #D8E295
Complementary color
Monochromatic Colors of #D8E295
Black with #D8E295
Text Example
Text Example
White with #D8E295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E295; }
p { color: rgb(216,226,149); }
H1.HeaderClassName
{
color: #D8E295;
}
.AnyTagClassName
{
color: #D8E295;
}
</style>
background-color css
<style>
a { background-color: #D8E295; }
a { background-color: rgb(216,226,149); }
div.DivClassName
{
background-color: #D8E295;
}
.BgClassName
{
background-color: #D8E295;
}
</style>
border-color css
<style>
span { border-color: #D8E295; }
span { border-color: rgb(216,226,149); }
td.TdClassName
{
border-color: #D8E295;
}
.TagClassName
{
border-color: #D8E295;
}
</style>