Shades of Primrose #D8E192
Tints of Primrose #D8E192
RGB
CMYK
RGB Variations
Color information
#D8E192 (or 0xD8E192) is known color: Primrose. HEX triplet: D8, E1 and 92. RGB value is (216,225,146). Sum of RGB (Red+Green+Blue) = 216+225+146=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 225 (88.28% from 255 or 38.33% from 587); Blue value is 146 (57.42% from 255 or 24.87% from 587); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E192 is #271E6D. Grayscale: #D5D5D5. Windows color (decimal): -2563694 or 9626072. OLE color: 9626072.
HSL color Cylindrical-coordinate representation of color #D8E192: hue angle of 66.84º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8E192 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 225 | 146 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.12 |
| HSL | 66.84º | 0.57% | 0.73% | - |
| HSV(B) | 66.84º | 0.35% | 0.88% | - |
| XYZ | 60.43 | 70.52 | 37.62 | - |
| YUV | 213.3 | 90.02 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 225 | 146 | 0.04 | 0 | 0.35 | 0.12 | 66.84 | 0.57 | 0.73 |
| Hex | D8 | E1 | 92 | 4 | 0 | 23 | C | 43 | 39 | 49 |
| Octal | 330 | 341 | 222 | 4 | 0 | 43 | 14 | 103 | 71 | 111 |
| Binary | 11011000 | 11100001 | 10010010 | 100 | 0 | 100011 | 1100 | 1000011 | 111001 | 1001001 |
Color Harmonies of #D8E192
Complementary color
Monochromatic Colors of #D8E192
Black with #D8E192
Text Example
Text Example
White with #D8E192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E192; }
p { color: rgb(216,225,146); }
H1.HeaderClassName
{
color: #D8E192;
}
.AnyTagClassName
{
color: #D8E192;
}
</style>
background-color css
<style>
a { background-color: #D8E192; }
a { background-color: rgb(216,225,146); }
div.DivClassName
{
background-color: #D8E192;
}
.BgClassName
{
background-color: #D8E192;
}
</style>
border-color css
<style>
span { border-color: #D8E192; }
span { border-color: rgb(216,225,146); }
td.TdClassName
{
border-color: #D8E192;
}
.TagClassName
{
border-color: #D8E192;
}
</style>