Shades of Primrose #DCE287
Tints of Primrose #DCE287
RGB
CMYK
RGB Variations
Color information
#DCE287 (or 0xDCE287) is known color: Primrose. HEX triplet: DC, E2 and 87. RGB value is (220,226,135). Sum of RGB (Red+Green+Blue) = 220+226+135=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 226 (88.67% from 255 or 38.90% from 581); Blue value is 135 (53.12% from 255 or 23.24% from 581); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE287 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE287 is #231D78. Grayscale: #D6D6D6. Windows color (decimal): -2301305 or 8905436. OLE color: 8905436.
HSL color Cylindrical-coordinate representation of color #DCE287: hue angle of 63.96º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCE287 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 135 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.11 |
| HSL | 63.96º | 0.61% | 0.71% | - |
| HSV(B) | 63.96º | 0.4% | 0.89% | - |
| XYZ | 61.08 | 71.36 | 33.48 | - |
| YUV | 213.83 | 83.51 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 135 | 0.03 | 0 | 0.40 | 0.11 | 63.96 | 0.61 | 0.71 |
| Hex | DC | E2 | 87 | 3 | 0 | 28 | B | 40 | 3D | 47 |
| Octal | 334 | 342 | 207 | 3 | 0 | 50 | 13 | 100 | 75 | 107 |
| Binary | 11011100 | 11100010 | 10000111 | 11 | 0 | 101000 | 1011 | 1000000 | 111101 | 1000111 |
Color Harmonies of #DCE287
Complementary color
Monochromatic Colors of #DCE287
Black with #DCE287
Text Example
Text Example
White with #DCE287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE287; }
p { color: rgb(220,226,135); }
H1.HeaderClassName
{
color: #DCE287;
}
.AnyTagClassName
{
color: #DCE287;
}
</style>
background-color css
<style>
a { background-color: #DCE287; }
a { background-color: rgb(220,226,135); }
div.DivClassName
{
background-color: #DCE287;
}
.BgClassName
{
background-color: #DCE287;
}
</style>
border-color css
<style>
span { border-color: #DCE287; }
span { border-color: rgb(220,226,135); }
td.TdClassName
{
border-color: #DCE287;
}
.TagClassName
{
border-color: #DCE287;
}
</style>