Shades of Primrose #DCE295
Tints of Primrose #DCE295
RGB
CMYK
RGB Variations
Color information
#DCE295 (or 0xDCE295) is known color: Primrose. HEX triplet: DC, E2 and 95. RGB value is (220,226,149). Sum of RGB (Red+Green+Blue) = 220+226+149=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 226 (88.67% from 255 or 37.98% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE295 is #231D6A. Grayscale: #D7D7D7. Windows color (decimal): -2301291 or 9822940. OLE color: 9822940.
HSL color Cylindrical-coordinate representation of color #DCE295: hue angle of 64.68º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCE295 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 149 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.11 |
| HSL | 64.68º | 0.57% | 0.74% | - |
| HSV(B) | 64.68º | 0.34% | 0.89% | - |
| XYZ | 62.14 | 71.78 | 39.01 | - |
| YUV | 215.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 149 | 0.03 | 0 | 0.34 | 0.11 | 64.68 | 0.57 | 0.74 |
| Hex | DC | E2 | 95 | 3 | 0 | 22 | B | 41 | 39 | 4A |
| Octal | 334 | 342 | 225 | 3 | 0 | 42 | 13 | 101 | 71 | 112 |
| Binary | 11011100 | 11100010 | 10010101 | 11 | 0 | 100010 | 1011 | 1000001 | 111001 | 1001010 |
Color Harmonies of #DCE295
Complementary color
Monochromatic Colors of #DCE295
Black with #DCE295
Text Example
Text Example
White with #DCE295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE295; }
p { color: rgb(220,226,149); }
H1.HeaderClassName
{
color: #DCE295;
}
.AnyTagClassName
{
color: #DCE295;
}
</style>
background-color css
<style>
a { background-color: #DCE295; }
a { background-color: rgb(220,226,149); }
div.DivClassName
{
background-color: #DCE295;
}
.BgClassName
{
background-color: #DCE295;
}
</style>
border-color css
<style>
span { border-color: #DCE295; }
span { border-color: rgb(220,226,149); }
td.TdClassName
{
border-color: #DCE295;
}
.TagClassName
{
border-color: #DCE295;
}
</style>