Shades of Primrose #D8E095
Tints of Primrose #D8E095
RGB
CMYK
RGB Variations
Color information
#D8E095 (or 0xD8E095) is known color: Primrose. HEX triplet: D8, E0 and 95. RGB value is (216,224,149). Sum of RGB (Red+Green+Blue) = 216+224+149=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E095 is #271F6A. Grayscale: #D5D5D5. Windows color (decimal): -2563947 or 9822424. OLE color: 9822424.
HSL color Cylindrical-coordinate representation of color #D8E095: hue angle of 66.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8E095 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 224 | 149 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.12 |
| HSL | 66.4º | 0.55% | 0.73% | - |
| HSV(B) | 66.4º | 0.33% | 0.88% | - |
| XYZ | 60.4 | 70.08 | 38.78 | - |
| YUV | 213.06 | 91.85 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 224 | 149 | 0.04 | 0 | 0.33 | 0.12 | 66.4 | 0.55 | 0.73 |
| Hex | D8 | E0 | 95 | 4 | 0 | 21 | C | 42 | 37 | 49 |
| Octal | 330 | 340 | 225 | 4 | 0 | 41 | 14 | 102 | 67 | 111 |
| Binary | 11011000 | 11100000 | 10010101 | 100 | 0 | 100001 | 1100 | 1000010 | 110111 | 1001001 |
Color Harmonies of #D8E095
Complementary color
Monochromatic Colors of #D8E095
Black with #D8E095
Text Example
Text Example
White with #D8E095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E095; }
p { color: rgb(216,224,149); }
H1.HeaderClassName
{
color: #D8E095;
}
.AnyTagClassName
{
color: #D8E095;
}
</style>
background-color css
<style>
a { background-color: #D8E095; }
a { background-color: rgb(216,224,149); }
div.DivClassName
{
background-color: #D8E095;
}
.BgClassName
{
background-color: #D8E095;
}
</style>
border-color css
<style>
span { border-color: #D8E095; }
span { border-color: rgb(216,224,149); }
td.TdClassName
{
border-color: #D8E095;
}
.TagClassName
{
border-color: #D8E095;
}
</style>