Shades of Primrose #DCE188
Tints of Primrose #DCE188
RGB
CMYK
RGB Variations
Color information
#DCE188 (or 0xDCE188) is known color: Primrose. HEX triplet: DC, E1 and 88. RGB value is (220,225,136). Sum of RGB (Red+Green+Blue) = 220+225+136=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 136 (53.52% from 255 or 23.41% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE188 is #231E77. Grayscale: #D5D5D5. Windows color (decimal): -2301560 or 8970716. OLE color: 8970716.
HSL color Cylindrical-coordinate representation of color #DCE188: hue angle of 63.37º 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 #DCE188 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 136 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.12 |
| HSL | 63.37º | 0.6% | 0.71% | - |
| HSV(B) | 63.37º | 0.4% | 0.88% | - |
| XYZ | 60.88 | 70.84 | 33.76 | - |
| YUV | 213.36 | 84.34 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 136 | 0.02 | 0 | 0.40 | 0.12 | 63.37 | 0.6 | 0.71 |
| Hex | DC | E1 | 88 | 2 | 0 | 28 | C | 3F | 3C | 47 |
| Octal | 334 | 341 | 210 | 2 | 0 | 50 | 14 | 77 | 74 | 107 |
| Binary | 11011100 | 11100001 | 10001000 | 10 | 0 | 101000 | 1100 | 111111 | 111100 | 1000111 |
Color Harmonies of #DCE188
Complementary color
Monochromatic Colors of #DCE188
Black with #DCE188
Text Example
Text Example
White with #DCE188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE188; }
p { color: rgb(220,225,136); }
H1.HeaderClassName
{
color: #DCE188;
}
.AnyTagClassName
{
color: #DCE188;
}
</style>
background-color css
<style>
a { background-color: #DCE188; }
a { background-color: rgb(220,225,136); }
div.DivClassName
{
background-color: #DCE188;
}
.BgClassName
{
background-color: #DCE188;
}
</style>
border-color css
<style>
span { border-color: #DCE188; }
span { border-color: rgb(220,225,136); }
td.TdClassName
{
border-color: #DCE188;
}
.TagClassName
{
border-color: #DCE188;
}
</style>