Shades of Primrose #D8E196
Tints of Primrose #D8E196
RGB
CMYK
RGB Variations
Color information
#D8E196 (or 0xD8E196) is known color: Primrose. HEX triplet: D8, E1 and 96. RGB value is (216,225,150). Sum of RGB (Red+Green+Blue) = 216+225+150=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E196 is #271E69. Grayscale: #D6D6D6. Windows color (decimal): -2563690 or 9888216. OLE color: 9888216.
HSL color Cylindrical-coordinate representation of color #D8E196: hue angle of 67.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8E196 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 225 | 150 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.12 |
| HSL | 67.2º | 0.56% | 0.74% | - |
| HSV(B) | 67.2º | 0.33% | 0.88% | - |
| XYZ | 60.75 | 70.65 | 39.29 | - |
| YUV | 213.76 | 92.02 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 225 | 150 | 0.04 | 0 | 0.33 | 0.12 | 67.2 | 0.56 | 0.74 |
| Hex | D8 | E1 | 96 | 4 | 0 | 21 | C | 43 | 38 | 4A |
| Octal | 330 | 341 | 226 | 4 | 0 | 41 | 14 | 103 | 70 | 112 |
| Binary | 11011000 | 11100001 | 10010110 | 100 | 0 | 100001 | 1100 | 1000011 | 111000 | 1001010 |
Color Harmonies of #D8E196
Complementary color
Monochromatic Colors of #D8E196
Black with #D8E196
Text Example
Text Example
White with #D8E196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E196; }
p { color: rgb(216,225,150); }
H1.HeaderClassName
{
color: #D8E196;
}
.AnyTagClassName
{
color: #D8E196;
}
</style>
background-color css
<style>
a { background-color: #D8E196; }
a { background-color: rgb(216,225,150); }
div.DivClassName
{
background-color: #D8E196;
}
.BgClassName
{
background-color: #D8E196;
}
</style>
border-color css
<style>
span { border-color: #D8E196; }
span { border-color: rgb(216,225,150); }
td.TdClassName
{
border-color: #D8E196;
}
.TagClassName
{
border-color: #D8E196;
}
</style>