Shades of Primrose #D6E295
Tints of Primrose #D6E295
RGB
CMYK
RGB Variations
Color information
#D6E295 (or 0xD6E295) is known color: Primrose. HEX triplet: D6, E2 and 95. RGB value is (214,226,149). Sum of RGB (Red+Green+Blue) = 214+226+149=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 226 (88.67% from 255 or 38.37% from 589); Blue value is 149 (58.59% from 255 or 25.30% from 589); Max value from RGB is 226 - color contains mainly: green. Hex color #D6E295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E295 is #291D6A. Grayscale: #D5D5D5. Windows color (decimal): -2694507 or 9822934. OLE color: 9822934.
HSL color Cylindrical-coordinate representation of color #D6E295: hue angle of 69.35º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6E295 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 226 | 149 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.11 |
| HSL | 69.35º | 0.57% | 0.74% | - |
| HSV(B) | 69.35º | 0.34% | 0.89% | - |
| XYZ | 60.35 | 70.86 | 38.93 | - |
| YUV | 213.63 | 91.52 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 226 | 149 | 0.05 | 0 | 0.34 | 0.11 | 69.35 | 0.57 | 0.74 |
| Hex | D6 | E2 | 95 | 5 | 0 | 22 | B | 45 | 39 | 4A |
| Octal | 326 | 342 | 225 | 5 | 0 | 42 | 13 | 105 | 71 | 112 |
| Binary | 11010110 | 11100010 | 10010101 | 101 | 0 | 100010 | 1011 | 1000101 | 111001 | 1001010 |
Color Harmonies of #D6E295
Complementary color
Monochromatic Colors of #D6E295
Black with #D6E295
Text Example
Text Example
White with #D6E295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E295; }
p { color: rgb(214,226,149); }
H1.HeaderClassName
{
color: #D6E295;
}
.AnyTagClassName
{
color: #D6E295;
}
</style>
background-color css
<style>
a { background-color: #D6E295; }
a { background-color: rgb(214,226,149); }
div.DivClassName
{
background-color: #D6E295;
}
.BgClassName
{
background-color: #D6E295;
}
</style>
border-color css
<style>
span { border-color: #D6E295; }
span { border-color: rgb(214,226,149); }
td.TdClassName
{
border-color: #D6E295;
}
.TagClassName
{
border-color: #D6E295;
}
</style>