Shades of Primrose #DCE190
Tints of Primrose #DCE190
RGB
CMYK
RGB Variations
Color information
#DCE190 (or 0xDCE190) is known color: Primrose. HEX triplet: DC, E1 and 90. RGB value is (220,225,144). Sum of RGB (Red+Green+Blue) = 220+225+144=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE190 is #231E6F. Grayscale: #D6D6D6. Windows color (decimal): -2301552 or 9495004. OLE color: 9495004.
HSL color Cylindrical-coordinate representation of color #DCE190: hue angle of 63.7º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCE190 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 144 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.12 |
| HSL | 63.7º | 0.57% | 0.72% | - |
| HSV(B) | 63.7º | 0.36% | 0.88% | - |
| XYZ | 61.47 | 71.08 | 36.87 | - |
| YUV | 214.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 144 | 0.02 | 0 | 0.36 | 0.12 | 63.7 | 0.57 | 0.72 |
| Hex | DC | E1 | 90 | 2 | 0 | 24 | C | 40 | 39 | 48 |
| Octal | 334 | 341 | 220 | 2 | 0 | 44 | 14 | 100 | 71 | 110 |
| Binary | 11011100 | 11100001 | 10010000 | 10 | 0 | 100100 | 1100 | 1000000 | 111001 | 1001000 |
Color Harmonies of #DCE190
Complementary color
Monochromatic Colors of #DCE190
Black with #DCE190
Text Example
Text Example
White with #DCE190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE190; }
p { color: rgb(220,225,144); }
H1.HeaderClassName
{
color: #DCE190;
}
.AnyTagClassName
{
color: #DCE190;
}
</style>
background-color css
<style>
a { background-color: #DCE190; }
a { background-color: rgb(220,225,144); }
div.DivClassName
{
background-color: #DCE190;
}
.BgClassName
{
background-color: #DCE190;
}
</style>
border-color css
<style>
span { border-color: #DCE190; }
span { border-color: rgb(220,225,144); }
td.TdClassName
{
border-color: #DCE190;
}
.TagClassName
{
border-color: #DCE190;
}
</style>