Shades of Primrose #DCE88E
Tints of Primrose #DCE88E
RGB
CMYK
RGB Variations
Color information
#DCE88E (or 0xDCE88E) is known color: Primrose. HEX triplet: DC, E8 and 8E. RGB value is (220,232,142). Sum of RGB (Red+Green+Blue) = 220+232+142=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 232 (91.02% from 255 or 39.06% from 594); Blue value is 142 (55.86% from 255 or 23.91% from 594); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE88E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE88E is #231771. Grayscale: #DADADA. Windows color (decimal): -2299762 or 9365724. OLE color: 9365724.
HSL color Cylindrical-coordinate representation of color #DCE88E: hue angle of 68º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCE88E is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 142 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.09 |
| HSL | 68º | 0.66% | 0.73% | - |
| HSV(B) | 68º | 0.39% | 0.91% | - |
| XYZ | 63.25 | 74.88 | 36.71 | - |
| YUV | 218.15 | 85.02 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 142 | 0.05 | 0 | 0.39 | 0.09 | 68 | 0.66 | 0.73 |
| Hex | DC | E8 | 8E | 5 | 0 | 27 | 9 | 44 | 42 | 49 |
| Octal | 334 | 350 | 216 | 5 | 0 | 47 | 11 | 104 | 102 | 111 |
| Binary | 11011100 | 11101000 | 10001110 | 101 | 0 | 100111 | 1001 | 1000100 | 1000010 | 1001001 |
Color Harmonies of #DCE88E
Complementary color
Monochromatic Colors of #DCE88E
Black with #DCE88E
Text Example
Text Example
White with #DCE88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE88E; }
p { color: rgb(220,232,142); }
H1.HeaderClassName
{
color: #DCE88E;
}
.AnyTagClassName
{
color: #DCE88E;
}
</style>
background-color css
<style>
a { background-color: #DCE88E; }
a { background-color: rgb(220,232,142); }
div.DivClassName
{
background-color: #DCE88E;
}
.BgClassName
{
background-color: #DCE88E;
}
</style>
border-color css
<style>
span { border-color: #DCE88E; }
span { border-color: rgb(220,232,142); }
td.TdClassName
{
border-color: #DCE88E;
}
.TagClassName
{
border-color: #DCE88E;
}
</style>