Shades of Primrose #D8DE9D
Tints of Primrose #D8DE9D
RGB
CMYK
RGB Variations
Color information
#D8DE9D (or 0xD8DE9D) is known color: Primrose. HEX triplet: D8, DE and 9D. RGB value is (216,222,157). Sum of RGB (Red+Green+Blue) = 216+222+157=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DE9D is #272162. Grayscale: #D5D5D5. Windows color (decimal): -2564451 or 10346200. OLE color: 10346200.
HSL color Cylindrical-coordinate representation of color #D8DE9D: hue angle of 65.54º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8DE9D is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 222 | 157 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.13 |
| HSL | 65.54º | 0.5% | 0.74% | - |
| HSV(B) | 65.54º | 0.29% | 0.87% | - |
| XYZ | 60.53 | 69.28 | 42.08 | - |
| YUV | 212.8 | 96.51 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 222 | 157 | 0.03 | 0 | 0.29 | 0.13 | 65.54 | 0.5 | 0.74 |
| Hex | D8 | DE | 9D | 3 | 0 | 1D | D | 42 | 32 | 4A |
| Octal | 330 | 336 | 235 | 3 | 0 | 35 | 15 | 102 | 62 | 112 |
| Binary | 11011000 | 11011110 | 10011101 | 11 | 0 | 11101 | 1101 | 1000010 | 110010 | 1001010 |
Color Harmonies of #D8DE9D
Complementary color
Monochromatic Colors of #D8DE9D
Black with #D8DE9D
Text Example
Text Example
White with #D8DE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DE9D; }
p { color: rgb(216,222,157); }
H1.HeaderClassName
{
color: #D8DE9D;
}
.AnyTagClassName
{
color: #D8DE9D;
}
</style>
background-color css
<style>
a { background-color: #D8DE9D; }
a { background-color: rgb(216,222,157); }
div.DivClassName
{
background-color: #D8DE9D;
}
.BgClassName
{
background-color: #D8DE9D;
}
</style>
border-color css
<style>
span { border-color: #D8DE9D; }
span { border-color: rgb(216,222,157); }
td.TdClassName
{
border-color: #D8DE9D;
}
.TagClassName
{
border-color: #D8DE9D;
}
</style>