Shades of Primrose #DCE795
Tints of Primrose #DCE795
RGB
CMYK
RGB Variations
Color information
#DCE795 (or 0xDCE795) is known color: Primrose. HEX triplet: DC, E7 and 95. RGB value is (220,231,149). Sum of RGB (Red+Green+Blue) = 220+231+149=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 231 - color contains mainly: green. Hex color #DCE795 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCE795 is #23186A. Grayscale: #DADADA. Windows color (decimal): -2300011 or 9824220. OLE color: 9824220.
HSL color Cylindrical-coordinate representation of color #DCE795: hue angle of 68.05º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCE795 is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 231 | 149 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.09 |
| HSL | 68.05º | 0.63% | 0.75% | - |
| HSV(B) | 68.05º | 0.35% | 0.91% | - |
| XYZ | 63.52 | 74.54 | 39.47 | - |
| YUV | 218.36 | 88.86 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 231 | 149 | 0.05 | 0 | 0.35 | 0.09 | 68.05 | 0.63 | 0.75 |
| Hex | DC | E7 | 95 | 5 | 0 | 23 | 9 | 44 | 3F | 4B |
| Octal | 334 | 347 | 225 | 5 | 0 | 43 | 11 | 104 | 77 | 113 |
| Binary | 11011100 | 11100111 | 10010101 | 101 | 0 | 100011 | 1001 | 1000100 | 111111 | 1001011 |
Color Harmonies of #DCE795
Complementary color
Monochromatic Colors of #DCE795
Black with #DCE795
Text Example
Text Example
White with #DCE795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE795; }
p { color: rgb(220,231,149); }
H1.HeaderClassName
{
color: #DCE795;
}
.AnyTagClassName
{
color: #DCE795;
}
</style>
background-color css
<style>
a { background-color: #DCE795; }
a { background-color: rgb(220,231,149); }
div.DivClassName
{
background-color: #DCE795;
}
.BgClassName
{
background-color: #DCE795;
}
</style>
border-color css
<style>
span { border-color: #DCE795; }
span { border-color: rgb(220,231,149); }
td.TdClassName
{
border-color: #DCE795;
}
.TagClassName
{
border-color: #DCE795;
}
</style>