Shades of Primrose #DCE495
Tints of Primrose #DCE495
RGB
CMYK
RGB Variations
Color information
#DCE495 (or 0xDCE495) is known color: Primrose. HEX triplet: DC, E4 and 95. RGB value is (220,228,149). Sum of RGB (Red+Green+Blue) = 220+228+149=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 228 (89.45% from 255 or 38.19% from 597); Blue value is 149 (58.59% from 255 or 24.96% from 597); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE495 is #231B6A. Grayscale: #D8D8D8. Windows color (decimal): -2300779 or 9823452. OLE color: 9823452.
HSL color Cylindrical-coordinate representation of color #DCE495: hue angle of 66.08º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCE495 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 149 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.11 |
| HSL | 66.08º | 0.59% | 0.74% | - |
| HSV(B) | 66.08º | 0.35% | 0.89% | - |
| XYZ | 62.68 | 72.87 | 39.2 | - |
| YUV | 216.6 | 89.85 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 149 | 0.04 | 0 | 0.35 | 0.11 | 66.08 | 0.59 | 0.74 |
| Hex | DC | E4 | 95 | 4 | 0 | 23 | B | 42 | 3B | 4A |
| Octal | 334 | 344 | 225 | 4 | 0 | 43 | 13 | 102 | 73 | 112 |
| Binary | 11011100 | 11100100 | 10010101 | 100 | 0 | 100011 | 1011 | 1000010 | 111011 | 1001010 |
Color Harmonies of #DCE495
Complementary color
Monochromatic Colors of #DCE495
Black with #DCE495
Text Example
Text Example
White with #DCE495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE495; }
p { color: rgb(220,228,149); }
H1.HeaderClassName
{
color: #DCE495;
}
.AnyTagClassName
{
color: #DCE495;
}
</style>
background-color css
<style>
a { background-color: #DCE495; }
a { background-color: rgb(220,228,149); }
div.DivClassName
{
background-color: #DCE495;
}
.BgClassName
{
background-color: #DCE495;
}
</style>
border-color css
<style>
span { border-color: #DCE495; }
span { border-color: rgb(220,228,149); }
td.TdClassName
{
border-color: #DCE495;
}
.TagClassName
{
border-color: #DCE495;
}
</style>