Shades of Primrose #DCE288
Tints of Primrose #DCE288
RGB
CMYK
RGB Variations
Color information
#DCE288 (or 0xDCE288) is known color: Primrose. HEX triplet: DC, E2 and 88. RGB value is (220,226,136). Sum of RGB (Red+Green+Blue) = 220+226+136=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 226 (88.67% from 255 or 38.83% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE288 is #231D77. Grayscale: #D6D6D6. Windows color (decimal): -2301304 or 8970972. OLE color: 8970972.
HSL color Cylindrical-coordinate representation of color #DCE288: hue angle of 64º degrees, saturation: 0.61, 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 #DCE288 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 136 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.11 |
| HSL | 64º | 0.61% | 0.71% | - |
| HSV(B) | 64º | 0.4% | 0.89% | - |
| XYZ | 61.16 | 71.39 | 33.85 | - |
| YUV | 213.95 | 84.01 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 136 | 0.03 | 0 | 0.40 | 0.11 | 64 | 0.61 | 0.71 |
| Hex | DC | E2 | 88 | 3 | 0 | 28 | B | 40 | 3D | 47 |
| Octal | 334 | 342 | 210 | 3 | 0 | 50 | 13 | 100 | 75 | 107 |
| Binary | 11011100 | 11100010 | 10001000 | 11 | 0 | 101000 | 1011 | 1000000 | 111101 | 1000111 |
Color Harmonies of #DCE288
Complementary color
Monochromatic Colors of #DCE288
Black with #DCE288
Text Example
Text Example
White with #DCE288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE288; }
p { color: rgb(220,226,136); }
H1.HeaderClassName
{
color: #DCE288;
}
.AnyTagClassName
{
color: #DCE288;
}
</style>
background-color css
<style>
a { background-color: #DCE288; }
a { background-color: rgb(220,226,136); }
div.DivClassName
{
background-color: #DCE288;
}
.BgClassName
{
background-color: #DCE288;
}
</style>
border-color css
<style>
span { border-color: #DCE288; }
span { border-color: rgb(220,226,136); }
td.TdClassName
{
border-color: #DCE288;
}
.TagClassName
{
border-color: #DCE288;
}
</style>