Shades of Primrose #D8E293
Tints of Primrose #D8E293
RGB
CMYK
RGB Variations
Color information
#D8E293 (or 0xD8E293) is known color: Primrose. HEX triplet: D8, E2 and 93. RGB value is (216,226,147). Sum of RGB (Red+Green+Blue) = 216+226+147=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 147 (57.81% from 255 or 24.96% from 589); Max value from RGB is 226 - color contains mainly: green. Hex color #D8E293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8E293 is #271D6C. Grayscale: #D6D6D6. Windows color (decimal): -2563437 or 9691864. OLE color: 9691864.
HSL color Cylindrical-coordinate representation of color #D8E293: hue angle of 67.59º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D8E293 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 216 | 226 | 147 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.11 |
| HSL | 67.59º | 0.58% | 0.73% | - |
| HSV(B) | 67.59º | 0.35% | 0.89% | - |
| XYZ | 60.78 | 71.1 | 38.12 | - |
| YUV | 214 | 90.19 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 226 | 147 | 0.04 | 0 | 0.35 | 0.11 | 67.59 | 0.58 | 0.73 |
| Hex | D8 | E2 | 93 | 4 | 0 | 23 | B | 44 | 3A | 49 |
| Octal | 330 | 342 | 223 | 4 | 0 | 43 | 13 | 104 | 72 | 111 |
| Binary | 11011000 | 11100010 | 10010011 | 100 | 0 | 100011 | 1011 | 1000100 | 111010 | 1001001 |
Color Harmonies of #D8E293
Complementary color
Monochromatic Colors of #D8E293
Black with #D8E293
Text Example
Text Example
White with #D8E293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E293; }
p { color: rgb(216,226,147); }
H1.HeaderClassName
{
color: #D8E293;
}
.AnyTagClassName
{
color: #D8E293;
}
</style>
background-color css
<style>
a { background-color: #D8E293; }
a { background-color: rgb(216,226,147); }
div.DivClassName
{
background-color: #D8E293;
}
.BgClassName
{
background-color: #D8E293;
}
</style>
border-color css
<style>
span { border-color: #D8E293; }
span { border-color: rgb(216,226,147); }
td.TdClassName
{
border-color: #D8E293;
}
.TagClassName
{
border-color: #D8E293;
}
</style>