Shades of Primrose #DCE794
Tints of Primrose #DCE794
RGB
CMYK
RGB Variations
Color information
#DCE794 (or 0xDCE794) is known color: Primrose. HEX triplet: DC, E7 and 94. RGB value is (220,231,148). Sum of RGB (Red+Green+Blue) = 220+231+148=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 231 (90.62% from 255 or 38.56% from 599); Blue value is 148 (58.20% from 255 or 24.71% from 599); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE794 is #23186B. Grayscale: #DADADA. Windows color (decimal): -2300012 or 9758684. OLE color: 9758684.
HSL color Cylindrical-coordinate representation of color #DCE794: hue angle of 67.95º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCE794 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 148 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.09 |
| HSL | 67.95º | 0.63% | 0.74% | - |
| HSV(B) | 67.95º | 0.36% | 0.91% | - |
| XYZ | 63.44 | 74.51 | 39.05 | - |
| YUV | 218.25 | 88.36 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 148 | 0.05 | 0 | 0.36 | 0.09 | 67.95 | 0.63 | 0.74 |
| Hex | DC | E7 | 94 | 5 | 0 | 24 | 9 | 44 | 3F | 4A |
| Octal | 334 | 347 | 224 | 5 | 0 | 44 | 11 | 104 | 77 | 112 |
| Binary | 11011100 | 11100111 | 10010100 | 101 | 0 | 100100 | 1001 | 1000100 | 111111 | 1001010 |
Color Harmonies of #DCE794
Complementary color
Monochromatic Colors of #DCE794
Black with #DCE794
Text Example
Text Example
White with #DCE794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE794; }
p { color: rgb(220,231,148); }
H1.HeaderClassName
{
color: #DCE794;
}
.AnyTagClassName
{
color: #DCE794;
}
</style>
background-color css
<style>
a { background-color: #DCE794; }
a { background-color: rgb(220,231,148); }
div.DivClassName
{
background-color: #DCE794;
}
.BgClassName
{
background-color: #DCE794;
}
</style>
border-color css
<style>
span { border-color: #DCE794; }
span { border-color: rgb(220,231,148); }
td.TdClassName
{
border-color: #DCE794;
}
.TagClassName
{
border-color: #DCE794;
}
</style>