Shades of Primrose #DCE182
Tints of Primrose #DCE182
RGB
CMYK
RGB Variations
Color information
#DCE182 (or 0xDCE182) is known color: Primrose. HEX triplet: DC, E1 and 82. RGB value is (220,225,130). Sum of RGB (Red+Green+Blue) = 220+225+130=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 130 (51.17% from 255 or 22.61% from 575); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE182 is #231E7D. Grayscale: #D5D5D5. Windows color (decimal): -2301566 or 8577500. OLE color: 8577500.
HSL color Cylindrical-coordinate representation of color #DCE182: hue angle of 63.16º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCE182 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 130 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.12 |
| HSL | 63.16º | 0.61% | 0.7% | - |
| HSV(B) | 63.16º | 0.42% | 0.88% | - |
| XYZ | 60.47 | 70.68 | 31.57 | - |
| YUV | 212.68 | 81.34 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 130 | 0.02 | 0 | 0.42 | 0.12 | 63.16 | 0.61 | 0.7 |
| Hex | DC | E1 | 82 | 2 | 0 | 2A | C | 3F | 3D | 46 |
| Octal | 334 | 341 | 202 | 2 | 0 | 52 | 14 | 77 | 75 | 106 |
| Binary | 11011100 | 11100001 | 10000010 | 10 | 0 | 101010 | 1100 | 111111 | 111101 | 1000110 |
Color Harmonies of #DCE182
Complementary color
Monochromatic Colors of #DCE182
Black with #DCE182
Text Example
Text Example
White with #DCE182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE182; }
p { color: rgb(220,225,130); }
H1.HeaderClassName
{
color: #DCE182;
}
.AnyTagClassName
{
color: #DCE182;
}
</style>
background-color css
<style>
a { background-color: #DCE182; }
a { background-color: rgb(220,225,130); }
div.DivClassName
{
background-color: #DCE182;
}
.BgClassName
{
background-color: #DCE182;
}
</style>
border-color css
<style>
span { border-color: #DCE182; }
span { border-color: rgb(220,225,130); }
td.TdClassName
{
border-color: #DCE182;
}
.TagClassName
{
border-color: #DCE182;
}
</style>