Shades of Primrose #DCE196
Tints of Primrose #DCE196
RGB
CMYK
RGB Variations
Color information
#DCE196 (or 0xDCE196) is known color: Primrose. HEX triplet: DC, E1 and 96. RGB value is (220,225,150). Sum of RGB (Red+Green+Blue) = 220+225+150=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE196 is #231E69. Grayscale: #D7D7D7. Windows color (decimal): -2301546 or 9888220. OLE color: 9888220.
HSL color Cylindrical-coordinate representation of color #DCE196: hue angle of 64º degrees, saturation: 0.56, 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 #DCE196 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 150 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.12 |
| HSL | 64º | 0.56% | 0.74% | - |
| HSV(B) | 64º | 0.33% | 0.88% | - |
| XYZ | 61.95 | 71.27 | 39.35 | - |
| YUV | 214.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 150 | 0.02 | 0 | 0.33 | 0.12 | 64 | 0.56 | 0.74 |
| Hex | DC | E1 | 96 | 2 | 0 | 21 | C | 40 | 38 | 4A |
| Octal | 334 | 341 | 226 | 2 | 0 | 41 | 14 | 100 | 70 | 112 |
| Binary | 11011100 | 11100001 | 10010110 | 10 | 0 | 100001 | 1100 | 1000000 | 111000 | 1001010 |
Color Harmonies of #DCE196
Complementary color
Monochromatic Colors of #DCE196
Black with #DCE196
Text Example
Text Example
White with #DCE196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE196; }
p { color: rgb(220,225,150); }
H1.HeaderClassName
{
color: #DCE196;
}
.AnyTagClassName
{
color: #DCE196;
}
</style>
background-color css
<style>
a { background-color: #DCE196; }
a { background-color: rgb(220,225,150); }
div.DivClassName
{
background-color: #DCE196;
}
.BgClassName
{
background-color: #DCE196;
}
</style>
border-color css
<style>
span { border-color: #DCE196; }
span { border-color: rgb(220,225,150); }
td.TdClassName
{
border-color: #DCE196;
}
.TagClassName
{
border-color: #DCE196;
}
</style>