Shades of Primrose #DCE197
Tints of Primrose #DCE197
RGB
CMYK
RGB Variations
Color information
#DCE197 (or 0xDCE197) is known color: Primrose. HEX triplet: DC, E1 and 97. RGB value is (220,225,151). Sum of RGB (Red+Green+Blue) = 220+225+151=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 225 (88.28% from 255 or 37.75% from 596); Blue value is 151 (59.38% from 255 or 25.34% from 596); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE197 is #231E68. Grayscale: #D7D7D7. Windows color (decimal): -2301545 or 9953756. OLE color: 9953756.
HSL color Cylindrical-coordinate representation of color #DCE197: hue angle of 64.05º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCE197 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 151 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.12 |
| HSL | 64.05º | 0.55% | 0.74% | - |
| HSV(B) | 64.05º | 0.33% | 0.88% | - |
| XYZ | 62.03 | 71.3 | 39.77 | - |
| YUV | 215.07 | 91.84 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 151 | 0.02 | 0 | 0.33 | 0.12 | 64.05 | 0.55 | 0.74 |
| Hex | DC | E1 | 97 | 2 | 0 | 21 | C | 40 | 37 | 4A |
| Octal | 334 | 341 | 227 | 2 | 0 | 41 | 14 | 100 | 67 | 112 |
| Binary | 11011100 | 11100001 | 10010111 | 10 | 0 | 100001 | 1100 | 1000000 | 110111 | 1001010 |
Color Harmonies of #DCE197
Complementary color
Monochromatic Colors of #DCE197
Black with #DCE197
Text Example
Text Example
White with #DCE197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE197; }
p { color: rgb(220,225,151); }
H1.HeaderClassName
{
color: #DCE197;
}
.AnyTagClassName
{
color: #DCE197;
}
</style>
background-color css
<style>
a { background-color: #DCE197; }
a { background-color: rgb(220,225,151); }
div.DivClassName
{
background-color: #DCE197;
}
.BgClassName
{
background-color: #DCE197;
}
</style>
border-color css
<style>
span { border-color: #DCE197; }
span { border-color: rgb(220,225,151); }
td.TdClassName
{
border-color: #DCE197;
}
.TagClassName
{
border-color: #DCE197;
}
</style>