Shades of Primrose #DCE186
Tints of Primrose #DCE186
RGB
CMYK
RGB Variations
Color information
#DCE186 (or 0xDCE186) is known color: Primrose. HEX triplet: DC, E1 and 86. RGB value is (220,225,134). Sum of RGB (Red+Green+Blue) = 220+225+134=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 225 (88.28% from 255 or 38.86% from 579); Blue value is 134 (52.73% from 255 or 23.14% from 579); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE186 is #231E79. Grayscale: #D5D5D5. Windows color (decimal): -2301562 or 8839644. OLE color: 8839644.
HSL color Cylindrical-coordinate representation of color #DCE186: hue angle of 63.3º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCE186 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 134 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.12 |
| HSL | 63.3º | 0.6% | 0.7% | - |
| HSV(B) | 63.3º | 0.4% | 0.88% | - |
| XYZ | 60.74 | 70.79 | 33.02 | - |
| YUV | 213.13 | 83.34 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 134 | 0.02 | 0 | 0.40 | 0.12 | 63.3 | 0.6 | 0.7 |
| Hex | DC | E1 | 86 | 2 | 0 | 28 | C | 3F | 3C | 46 |
| Octal | 334 | 341 | 206 | 2 | 0 | 50 | 14 | 77 | 74 | 106 |
| Binary | 11011100 | 11100001 | 10000110 | 10 | 0 | 101000 | 1100 | 111111 | 111100 | 1000110 |
Color Harmonies of #DCE186
Complementary color
Monochromatic Colors of #DCE186
Black with #DCE186
Text Example
Text Example
White with #DCE186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE186; }
p { color: rgb(220,225,134); }
H1.HeaderClassName
{
color: #DCE186;
}
.AnyTagClassName
{
color: #DCE186;
}
</style>
background-color css
<style>
a { background-color: #DCE186; }
a { background-color: rgb(220,225,134); }
div.DivClassName
{
background-color: #DCE186;
}
.BgClassName
{
background-color: #DCE186;
}
</style>
border-color css
<style>
span { border-color: #DCE186; }
span { border-color: rgb(220,225,134); }
td.TdClassName
{
border-color: #DCE186;
}
.TagClassName
{
border-color: #DCE186;
}
</style>