Shades of Primrose #DCE286
Tints of Primrose #DCE286
RGB
CMYK
RGB Variations
Color information
#DCE286 (or 0xDCE286) is known color: Primrose. HEX triplet: DC, E2 and 86. RGB value is (220,226,134). Sum of RGB (Red+Green+Blue) = 220+226+134=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 226 (88.67% from 255 or 38.97% from 580); Blue value is 134 (52.73% from 255 or 23.10% from 580); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE286 is #231D79. Grayscale: #D6D6D6. Windows color (decimal): -2301306 or 8839900. OLE color: 8839900.
HSL color Cylindrical-coordinate representation of color #DCE286: hue angle of 63.91º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCE286 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 134 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.11 |
| HSL | 63.91º | 0.61% | 0.71% | - |
| HSV(B) | 63.91º | 0.41% | 0.89% | - |
| XYZ | 61.01 | 71.33 | 33.11 | - |
| YUV | 213.72 | 83.01 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 134 | 0.03 | 0 | 0.41 | 0.11 | 63.91 | 0.61 | 0.71 |
| Hex | DC | E2 | 86 | 3 | 0 | 29 | B | 40 | 3D | 47 |
| Octal | 334 | 342 | 206 | 3 | 0 | 51 | 13 | 100 | 75 | 107 |
| Binary | 11011100 | 11100010 | 10000110 | 11 | 0 | 101001 | 1011 | 1000000 | 111101 | 1000111 |
Color Harmonies of #DCE286
Complementary color
Monochromatic Colors of #DCE286
Black with #DCE286
Text Example
Text Example
White with #DCE286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE286; }
p { color: rgb(220,226,134); }
H1.HeaderClassName
{
color: #DCE286;
}
.AnyTagClassName
{
color: #DCE286;
}
</style>
background-color css
<style>
a { background-color: #DCE286; }
a { background-color: rgb(220,226,134); }
div.DivClassName
{
background-color: #DCE286;
}
.BgClassName
{
background-color: #DCE286;
}
</style>
border-color css
<style>
span { border-color: #DCE286; }
span { border-color: rgb(220,226,134); }
td.TdClassName
{
border-color: #DCE286;
}
.TagClassName
{
border-color: #DCE286;
}
</style>