Shades of Primrose #DCE096
Tints of Primrose #DCE096
RGB
CMYK
RGB Variations
Color information
#DCE096 (or 0xDCE096) is known color: Primrose. HEX triplet: DC, E0 and 96. RGB value is (220,224,150). Sum of RGB (Red+Green+Blue) = 220+224+150=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 150 (58.98% from 255 or 25.25% from 594); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE096 is #231F69. Grayscale: #D6D6D6. Windows color (decimal): -2301802 or 9887964. OLE color: 9887964.
HSL color Cylindrical-coordinate representation of color #DCE096: hue angle of 63.24º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCE096 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 224 | 150 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.12 |
| HSL | 63.24º | 0.54% | 0.73% | - |
| HSV(B) | 63.24º | 0.33% | 0.88% | - |
| XYZ | 61.68 | 70.73 | 39.26 | - |
| YUV | 214.37 | 91.67 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 150 | 0.02 | 0 | 0.33 | 0.12 | 63.24 | 0.54 | 0.73 |
| Hex | DC | E0 | 96 | 2 | 0 | 21 | C | 3F | 36 | 49 |
| Octal | 334 | 340 | 226 | 2 | 0 | 41 | 14 | 77 | 66 | 111 |
| Binary | 11011100 | 11100000 | 10010110 | 10 | 0 | 100001 | 1100 | 111111 | 110110 | 1001001 |
Color Harmonies of #DCE096
Complementary color
Monochromatic Colors of #DCE096
Black with #DCE096
Text Example
Text Example
White with #DCE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE096; }
p { color: rgb(220,224,150); }
H1.HeaderClassName
{
color: #DCE096;
}
.AnyTagClassName
{
color: #DCE096;
}
</style>
background-color css
<style>
a { background-color: #DCE096; }
a { background-color: rgb(220,224,150); }
div.DivClassName
{
background-color: #DCE096;
}
.BgClassName
{
background-color: #DCE096;
}
</style>
border-color css
<style>
span { border-color: #DCE096; }
span { border-color: rgb(220,224,150); }
td.TdClassName
{
border-color: #DCE096;
}
.TagClassName
{
border-color: #DCE096;
}
</style>