Shades of Primrose #DCE395
Tints of Primrose #DCE395
RGB
CMYK
RGB Variations
Color information
#DCE395 (or 0xDCE395) is known color: Primrose. HEX triplet: DC, E3 and 95. RGB value is (220,227,149). Sum of RGB (Red+Green+Blue) = 220+227+149=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 149 (58.59% from 255 or 25% from 596); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE395 is #231C6A. Grayscale: #D8D8D8. Windows color (decimal): -2301035 or 9823196. OLE color: 9823196.
HSL color Cylindrical-coordinate representation of color #DCE395: hue angle of 65.38º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCE395 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 227 | 149 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.11 |
| HSL | 65.38º | 0.58% | 0.74% | - |
| HSV(B) | 65.38º | 0.34% | 0.89% | - |
| XYZ | 62.41 | 72.32 | 39.1 | - |
| YUV | 216.02 | 90.18 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 227 | 149 | 0.03 | 0 | 0.34 | 0.11 | 65.38 | 0.58 | 0.74 |
| Hex | DC | E3 | 95 | 3 | 0 | 22 | B | 41 | 3A | 4A |
| Octal | 334 | 343 | 225 | 3 | 0 | 42 | 13 | 101 | 72 | 112 |
| Binary | 11011100 | 11100011 | 10010101 | 11 | 0 | 100010 | 1011 | 1000001 | 111010 | 1001010 |
Color Harmonies of #DCE395
Complementary color
Monochromatic Colors of #DCE395
Black with #DCE395
Text Example
Text Example
White with #DCE395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE395; }
p { color: rgb(220,227,149); }
H1.HeaderClassName
{
color: #DCE395;
}
.AnyTagClassName
{
color: #DCE395;
}
</style>
background-color css
<style>
a { background-color: #DCE395; }
a { background-color: rgb(220,227,149); }
div.DivClassName
{
background-color: #DCE395;
}
.BgClassName
{
background-color: #DCE395;
}
</style>
border-color css
<style>
span { border-color: #DCE395; }
span { border-color: rgb(220,227,149); }
td.TdClassName
{
border-color: #DCE395;
}
.TagClassName
{
border-color: #DCE395;
}
</style>