Shades of Primrose #D9E888
Tints of Primrose #D9E888
RGB
CMYK
RGB Variations
Color information
#D9E888 (or 0xD9E888) is known color: Primrose. HEX triplet: D9, E8 and 88. RGB value is (217,232,136). Sum of RGB (Red+Green+Blue) = 217+232+136=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 136 (53.52% from 255 or 23.25% from 585); Max value from RGB is 232 - color contains mainly: green. Hex color #D9E888 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E888 is #261777. Grayscale: #D8D8D8. Windows color (decimal): -2496376 or 8972505. OLE color: 8972505.
HSL color Cylindrical-coordinate representation of color #D9E888: hue angle of 69.38º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D9E888 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 232 | 136 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.09 |
| HSL | 69.38º | 0.68% | 0.72% | - |
| HSV(B) | 69.38º | 0.41% | 0.91% | - |
| XYZ | 61.92 | 74.24 | 34.36 | - |
| YUV | 216.57 | 82.53 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 232 | 136 | 0.06 | 0 | 0.41 | 0.09 | 69.38 | 0.68 | 0.72 |
| Hex | D9 | E8 | 88 | 6 | 0 | 29 | 9 | 45 | 44 | 48 |
| Octal | 331 | 350 | 210 | 6 | 0 | 51 | 11 | 105 | 104 | 110 |
| Binary | 11011001 | 11101000 | 10001000 | 110 | 0 | 101001 | 1001 | 1000101 | 1000100 | 1001000 |
Color Harmonies of #D9E888
Complementary color
Monochromatic Colors of #D9E888
Black with #D9E888
Text Example
Text Example
White with #D9E888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E888; }
p { color: rgb(217,232,136); }
H1.HeaderClassName
{
color: #D9E888;
}
.AnyTagClassName
{
color: #D9E888;
}
</style>
background-color css
<style>
a { background-color: #D9E888; }
a { background-color: rgb(217,232,136); }
div.DivClassName
{
background-color: #D9E888;
}
.BgClassName
{
background-color: #D9E888;
}
</style>
border-color css
<style>
span { border-color: #D9E888; }
span { border-color: rgb(217,232,136); }
td.TdClassName
{
border-color: #D9E888;
}
.TagClassName
{
border-color: #D9E888;
}
</style>