Shades of Primrose #DCE284
Tints of Primrose #DCE284
RGB
CMYK
RGB Variations
Color information
#DCE284 (or 0xDCE284) is known color: Primrose. HEX triplet: DC, E2 and 84. RGB value is (220,226,132). Sum of RGB (Red+Green+Blue) = 220+226+132=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 226 (88.67% from 255 or 39.10% from 578); Blue value is 132 (51.95% from 255 or 22.84% from 578); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE284 is #231D7B. Grayscale: #D5D5D5. Windows color (decimal): -2301308 or 8708828. OLE color: 8708828.
HSL color Cylindrical-coordinate representation of color #DCE284: hue angle of 63.83º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCE284 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 132 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.11 |
| HSL | 63.83º | 0.62% | 0.7% | - |
| HSV(B) | 63.83º | 0.42% | 0.89% | - |
| XYZ | 60.88 | 71.27 | 32.38 | - |
| YUV | 213.49 | 82.01 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 132 | 0.03 | 0 | 0.42 | 0.11 | 63.83 | 0.62 | 0.7 |
| Hex | DC | E2 | 84 | 3 | 0 | 2A | B | 40 | 3E | 46 |
| Octal | 334 | 342 | 204 | 3 | 0 | 52 | 13 | 100 | 76 | 106 |
| Binary | 11011100 | 11100010 | 10000100 | 11 | 0 | 101010 | 1011 | 1000000 | 111110 | 1000110 |
Color Harmonies of #DCE284
Complementary color
Monochromatic Colors of #DCE284
Black with #DCE284
Text Example
Text Example
White with #DCE284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE284; }
p { color: rgb(220,226,132); }
H1.HeaderClassName
{
color: #DCE284;
}
.AnyTagClassName
{
color: #DCE284;
}
</style>
background-color css
<style>
a { background-color: #DCE284; }
a { background-color: rgb(220,226,132); }
div.DivClassName
{
background-color: #DCE284;
}
.BgClassName
{
background-color: #DCE284;
}
</style>
border-color css
<style>
span { border-color: #DCE284; }
span { border-color: rgb(220,226,132); }
td.TdClassName
{
border-color: #DCE284;
}
.TagClassName
{
border-color: #DCE284;
}
</style>