Shades of Primrose #DCE194
Tints of Primrose #DCE194
RGB
CMYK
RGB Variations
Color information
#DCE194 (or 0xDCE194) is known color: Primrose. HEX triplet: DC, E1 and 94. RGB value is (220,225,148). Sum of RGB (Red+Green+Blue) = 220+225+148=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 225 (88.28% from 255 or 37.94% from 593); Blue value is 148 (58.20% from 255 or 24.96% from 593); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE194 is #231E6B. Grayscale: #D7D7D7. Windows color (decimal): -2301548 or 9757148. OLE color: 9757148.
HSL color Cylindrical-coordinate representation of color #DCE194: hue angle of 63.9º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCE194 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 225 | 148 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.12 |
| HSL | 63.9º | 0.56% | 0.73% | - |
| HSV(B) | 63.9º | 0.34% | 0.88% | - |
| XYZ | 61.79 | 71.2 | 38.5 | - |
| YUV | 214.73 | 90.34 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 148 | 0.02 | 0 | 0.34 | 0.12 | 63.9 | 0.56 | 0.73 |
| Hex | DC | E1 | 94 | 2 | 0 | 22 | C | 40 | 38 | 49 |
| Octal | 334 | 341 | 224 | 2 | 0 | 42 | 14 | 100 | 70 | 111 |
| Binary | 11011100 | 11100001 | 10010100 | 10 | 0 | 100010 | 1100 | 1000000 | 111000 | 1001001 |
Color Harmonies of #DCE194
Complementary color
Monochromatic Colors of #DCE194
Black with #DCE194
Text Example
Text Example
White with #DCE194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE194; }
p { color: rgb(220,225,148); }
H1.HeaderClassName
{
color: #DCE194;
}
.AnyTagClassName
{
color: #DCE194;
}
</style>
background-color css
<style>
a { background-color: #DCE194; }
a { background-color: rgb(220,225,148); }
div.DivClassName
{
background-color: #DCE194;
}
.BgClassName
{
background-color: #DCE194;
}
</style>
border-color css
<style>
span { border-color: #DCE194; }
span { border-color: rgb(220,225,148); }
td.TdClassName
{
border-color: #DCE194;
}
.TagClassName
{
border-color: #DCE194;
}
</style>