Shades of Primrose #DCE488
Tints of Primrose #DCE488
RGB
CMYK
RGB Variations
Color information
#DCE488 (or 0xDCE488) is known color: Primrose. HEX triplet: DC, E4 and 88. RGB value is (220,228,136). Sum of RGB (Red+Green+Blue) = 220+228+136=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 228 (89.45% from 255 or 39.04% from 584); Blue value is 136 (53.52% from 255 or 23.29% from 584); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE488 is #231B77. Grayscale: #D7D7D7. Windows color (decimal): -2300792 or 8971484. OLE color: 8971484.
HSL color Cylindrical-coordinate representation of color #DCE488: hue angle of 65.22º degrees, saturation: 0.63, 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 #DCE488 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 136 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.11 |
| HSL | 65.22º | 0.63% | 0.71% | - |
| HSV(B) | 65.22º | 0.4% | 0.89% | - |
| XYZ | 61.7 | 72.48 | 34.03 | - |
| YUV | 215.12 | 83.35 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 136 | 0.04 | 0 | 0.40 | 0.11 | 65.22 | 0.63 | 0.71 |
| Hex | DC | E4 | 88 | 4 | 0 | 28 | B | 41 | 3F | 47 |
| Octal | 334 | 344 | 210 | 4 | 0 | 50 | 13 | 101 | 77 | 107 |
| Binary | 11011100 | 11100100 | 10001000 | 100 | 0 | 101000 | 1011 | 1000001 | 111111 | 1000111 |
Color Harmonies of #DCE488
Complementary color
Monochromatic Colors of #DCE488
Black with #DCE488
Text Example
Text Example
White with #DCE488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE488; }
p { color: rgb(220,228,136); }
H1.HeaderClassName
{
color: #DCE488;
}
.AnyTagClassName
{
color: #DCE488;
}
</style>
background-color css
<style>
a { background-color: #DCE488; }
a { background-color: rgb(220,228,136); }
div.DivClassName
{
background-color: #DCE488;
}
.BgClassName
{
background-color: #DCE488;
}
</style>
border-color css
<style>
span { border-color: #DCE488; }
span { border-color: rgb(220,228,136); }
td.TdClassName
{
border-color: #DCE488;
}
.TagClassName
{
border-color: #DCE488;
}
</style>