Shades of Primrose #DCE494
Tints of Primrose #DCE494
RGB
CMYK
RGB Variations
Color information
#DCE494 (or 0xDCE494) is known color: Primrose. HEX triplet: DC, E4 and 94. RGB value is (220,228,148). Sum of RGB (Red+Green+Blue) = 220+228+148=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 228 (89.45% from 255 or 38.26% from 596); Blue value is 148 (58.20% from 255 or 24.83% from 596); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE494 is #231B6B. Grayscale: #D8D8D8. Windows color (decimal): -2300780 or 9757916. OLE color: 9757916.
HSL color Cylindrical-coordinate representation of color #DCE494: hue angle of 66º degrees, saturation: 0.6, 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 #DCE494 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 148 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.11 |
| HSL | 66º | 0.6% | 0.74% | - |
| HSV(B) | 66º | 0.35% | 0.89% | - |
| XYZ | 62.6 | 72.84 | 38.78 | - |
| YUV | 216.49 | 89.35 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 148 | 0.04 | 0 | 0.35 | 0.11 | 66 | 0.6 | 0.74 |
| Hex | DC | E4 | 94 | 4 | 0 | 23 | B | 42 | 3C | 4A |
| Octal | 334 | 344 | 224 | 4 | 0 | 43 | 13 | 102 | 74 | 112 |
| Binary | 11011100 | 11100100 | 10010100 | 100 | 0 | 100011 | 1011 | 1000010 | 111100 | 1001010 |
Color Harmonies of #DCE494
Complementary color
Monochromatic Colors of #DCE494
Black with #DCE494
Text Example
Text Example
White with #DCE494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE494; }
p { color: rgb(220,228,148); }
H1.HeaderClassName
{
color: #DCE494;
}
.AnyTagClassName
{
color: #DCE494;
}
</style>
background-color css
<style>
a { background-color: #DCE494; }
a { background-color: rgb(220,228,148); }
div.DivClassName
{
background-color: #DCE494;
}
.BgClassName
{
background-color: #DCE494;
}
</style>
border-color css
<style>
span { border-color: #DCE494; }
span { border-color: rgb(220,228,148); }
td.TdClassName
{
border-color: #DCE494;
}
.TagClassName
{
border-color: #DCE494;
}
</style>