Shades of Primrose #DCE187
Tints of Primrose #DCE187
RGB
CMYK
RGB Variations
Color information
#DCE187 (or 0xDCE187) is known color: Primrose. HEX triplet: DC, E1 and 87. RGB value is (220,225,135). Sum of RGB (Red+Green+Blue) = 220+225+135=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 135 (53.12% from 255 or 23.28% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE187 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE187 is #231E78. Grayscale: #D5D5D5. Windows color (decimal): -2301561 or 8905180. OLE color: 8905180.
HSL color Cylindrical-coordinate representation of color #DCE187: hue angle of 63.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCE187 is Cyan = 0.02, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 135 | - |
| CMYK | 0.02 | 0 | 0.4 | 0.12 |
| HSL | 63.33º | 0.6% | 0.71% | - |
| HSV(B) | 63.33º | 0.4% | 0.88% | - |
| XYZ | 60.81 | 70.82 | 33.39 | - |
| YUV | 213.25 | 83.84 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 135 | 0.02 | 0 | 0.4 | 0.12 | 63.33 | 0.6 | 0.71 |
| Hex | DC | E1 | 87 | 2 | 0 | 28 | C | 3F | 3C | 47 |
| Octal | 334 | 341 | 207 | 2 | 0 | 50 | 14 | 77 | 74 | 107 |
| Binary | 11011100 | 11100001 | 10000111 | 10 | 0 | 101000 | 1100 | 111111 | 111100 | 1000111 |
Color Harmonies of #DCE187
Complementary color
Monochromatic Colors of #DCE187
Black with #DCE187
Text Example
Text Example
White with #DCE187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE187; }
p { color: rgb(220,225,135); }
H1.HeaderClassName
{
color: #DCE187;
}
.AnyTagClassName
{
color: #DCE187;
}
</style>
background-color css
<style>
a { background-color: #DCE187; }
a { background-color: rgb(220,225,135); }
div.DivClassName
{
background-color: #DCE187;
}
.BgClassName
{
background-color: #DCE187;
}
</style>
border-color css
<style>
span { border-color: #DCE187; }
span { border-color: rgb(220,225,135); }
td.TdClassName
{
border-color: #DCE187;
}
.TagClassName
{
border-color: #DCE187;
}
</style>