Shades of Primrose #DCE688
Tints of Primrose #DCE688
RGB
CMYK
RGB Variations
Color information
#DCE688 (or 0xDCE688) is known color: Primrose. HEX triplet: DC, E6 and 88. RGB value is (220,230,136). Sum of RGB (Red+Green+Blue) = 220+230+136=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 136 (53.52% from 255 or 23.21% from 586); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE688 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE688 is #231977. Grayscale: #D8D8D8. Windows color (decimal): -2300280 or 8971996. OLE color: 8971996.
HSL color Cylindrical-coordinate representation of color #DCE688: hue angle of 66.38º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCE688 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 136 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.10 |
| HSL | 66.38º | 0.65% | 0.72% | - |
| HSV(B) | 66.38º | 0.41% | 0.9% | - |
| XYZ | 62.26 | 73.59 | 34.22 | - |
| YUV | 216.29 | 82.69 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 136 | 0.04 | 0 | 0.41 | 0.10 | 66.38 | 0.65 | 0.72 |
| Hex | DC | E6 | 88 | 4 | 0 | 29 | A | 42 | 41 | 48 |
| Octal | 334 | 346 | 210 | 4 | 0 | 51 | 12 | 102 | 101 | 110 |
| Binary | 11011100 | 11100110 | 10001000 | 100 | 0 | 101001 | 1010 | 1000010 | 1000001 | 1001000 |
Color Harmonies of #DCE688
Complementary color
Monochromatic Colors of #DCE688
Black with #DCE688
Text Example
Text Example
White with #DCE688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE688; }
p { color: rgb(220,230,136); }
H1.HeaderClassName
{
color: #DCE688;
}
.AnyTagClassName
{
color: #DCE688;
}
</style>
background-color css
<style>
a { background-color: #DCE688; }
a { background-color: rgb(220,230,136); }
div.DivClassName
{
background-color: #DCE688;
}
.BgClassName
{
background-color: #DCE688;
}
</style>
border-color css
<style>
span { border-color: #DCE688; }
span { border-color: rgb(220,230,136); }
td.TdClassName
{
border-color: #DCE688;
}
.TagClassName
{
border-color: #DCE688;
}
</style>