Shades of Primrose #DCE482
Tints of Primrose #DCE482
RGB
CMYK
RGB Variations
Color information
#DCE482 (or 0xDCE482) is known color: Primrose. HEX triplet: DC, E4 and 82. RGB value is (220,228,130). Sum of RGB (Red+Green+Blue) = 220+228+130=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 228 (89.45% from 255 or 39.45% from 578); Blue value is 130 (51.17% from 255 or 22.49% from 578); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE482 is #231B7D. Grayscale: #D6D6D6. Windows color (decimal): -2300798 or 8578268. OLE color: 8578268.
HSL color Cylindrical-coordinate representation of color #DCE482: hue angle of 64.9º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCE482 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 130 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.11 |
| HSL | 64.9º | 0.64% | 0.7% | - |
| HSV(B) | 64.9º | 0.43% | 0.89% | - |
| XYZ | 61.29 | 72.31 | 31.85 | - |
| YUV | 214.44 | 80.35 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 130 | 0.04 | 0 | 0.43 | 0.11 | 64.9 | 0.64 | 0.7 |
| Hex | DC | E4 | 82 | 4 | 0 | 2B | B | 41 | 40 | 46 |
| Octal | 334 | 344 | 202 | 4 | 0 | 53 | 13 | 101 | 100 | 106 |
| Binary | 11011100 | 11100100 | 10000010 | 100 | 0 | 101011 | 1011 | 1000001 | 1000000 | 1000110 |
Color Harmonies of #DCE482
Complementary color
Monochromatic Colors of #DCE482
Black with #DCE482
Text Example
Text Example
White with #DCE482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE482; }
p { color: rgb(220,228,130); }
H1.HeaderClassName
{
color: #DCE482;
}
.AnyTagClassName
{
color: #DCE482;
}
</style>
background-color css
<style>
a { background-color: #DCE482; }
a { background-color: rgb(220,228,130); }
div.DivClassName
{
background-color: #DCE482;
}
.BgClassName
{
background-color: #DCE482;
}
</style>
border-color css
<style>
span { border-color: #DCE482; }
span { border-color: rgb(220,228,130); }
td.TdClassName
{
border-color: #DCE482;
}
.TagClassName
{
border-color: #DCE482;
}
</style>