Shades of Primrose #DCE493
Tints of Primrose #DCE493
RGB
CMYK
RGB Variations
Color information
#DCE493 (or 0xDCE493) is known color: Primrose. HEX triplet: DC, E4 and 93. RGB value is (220,228,147). Sum of RGB (Red+Green+Blue) = 220+228+147=595 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.97% from 595); Green value is 228 (89.45% from 255 or 38.32% from 595); Blue value is 147 (57.81% from 255 or 24.71% from 595); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE493 is #231B6C. Grayscale: #D8D8D8. Windows color (decimal): -2300781 or 9692380. OLE color: 9692380.
HSL color Cylindrical-coordinate representation of color #DCE493: hue angle of 65.93º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCE493 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 147 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.11 |
| HSL | 65.93º | 0.6% | 0.74% | - |
| HSV(B) | 65.93º | 0.36% | 0.89% | - |
| XYZ | 62.53 | 72.81 | 38.36 | - |
| YUV | 216.37 | 88.85 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 147 | 0.04 | 0 | 0.36 | 0.11 | 65.93 | 0.6 | 0.74 |
| Hex | DC | E4 | 93 | 4 | 0 | 24 | B | 42 | 3C | 4A |
| Octal | 334 | 344 | 223 | 4 | 0 | 44 | 13 | 102 | 74 | 112 |
| Binary | 11011100 | 11100100 | 10010011 | 100 | 0 | 100100 | 1011 | 1000010 | 111100 | 1001010 |
Color Harmonies of #DCE493
Complementary color
Monochromatic Colors of #DCE493
Black with #DCE493
Text Example
Text Example
White with #DCE493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE493; }
p { color: rgb(220,228,147); }
H1.HeaderClassName
{
color: #DCE493;
}
.AnyTagClassName
{
color: #DCE493;
}
</style>
background-color css
<style>
a { background-color: #DCE493; }
a { background-color: rgb(220,228,147); }
div.DivClassName
{
background-color: #DCE493;
}
.BgClassName
{
background-color: #DCE493;
}
</style>
border-color css
<style>
span { border-color: #DCE493; }
span { border-color: rgb(220,228,147); }
td.TdClassName
{
border-color: #DCE493;
}
.TagClassName
{
border-color: #DCE493;
}
</style>