Shades of Primrose #D6E48B
Tints of Primrose #D6E48B
RGB
CMYK
RGB Variations
Color information
#D6E48B (or 0xD6E48B) is known color: Primrose. HEX triplet: D6, E4 and 8B. RGB value is (214,228,139). Sum of RGB (Red+Green+Blue) = 214+228+139=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 139 (54.69% from 255 or 23.92% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #D6E48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E48B is #291B74. Grayscale: #D6D6D6. Windows color (decimal): -2694005 or 9168086. OLE color: 9168086.
HSL color Cylindrical-coordinate representation of color #D6E48B: hue angle of 69.44º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D6E48B is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 228 | 139 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.11 |
| HSL | 69.44º | 0.62% | 0.72% | - |
| HSV(B) | 69.44º | 0.39% | 0.89% | - |
| XYZ | 60.14 | 71.65 | 35.09 | - |
| YUV | 213.67 | 85.86 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 228 | 139 | 0.06 | 0 | 0.39 | 0.11 | 69.44 | 0.62 | 0.72 |
| Hex | D6 | E4 | 8B | 6 | 0 | 27 | B | 45 | 3E | 48 |
| Octal | 326 | 344 | 213 | 6 | 0 | 47 | 13 | 105 | 76 | 110 |
| Binary | 11010110 | 11100100 | 10001011 | 110 | 0 | 100111 | 1011 | 1000101 | 111110 | 1001000 |
Color Harmonies of #D6E48B
Complementary color
Monochromatic Colors of #D6E48B
Black with #D6E48B
Text Example
Text Example
White with #D6E48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E48B; }
p { color: rgb(214,228,139); }
H1.HeaderClassName
{
color: #D6E48B;
}
.AnyTagClassName
{
color: #D6E48B;
}
</style>
background-color css
<style>
a { background-color: #D6E48B; }
a { background-color: rgb(214,228,139); }
div.DivClassName
{
background-color: #D6E48B;
}
.BgClassName
{
background-color: #D6E48B;
}
</style>
border-color css
<style>
span { border-color: #D6E48B; }
span { border-color: rgb(214,228,139); }
td.TdClassName
{
border-color: #D6E48B;
}
.TagClassName
{
border-color: #D6E48B;
}
</style>