Shades of Primrose #DCE297
Tints of Primrose #DCE297
RGB
CMYK
RGB Variations
Color information
#DCE297 (or 0xDCE297) is known color: Primrose. HEX triplet: DC, E2 and 97. RGB value is (220,226,151). Sum of RGB (Red+Green+Blue) = 220+226+151=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 226 (88.67% from 255 or 37.86% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 226 - color contains mainly: green. Hex color #DCE297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE297 is #231D68. Grayscale: #D7D7D7. Windows color (decimal): -2301289 or 9954012. OLE color: 9954012.
HSL color Cylindrical-coordinate representation of color #DCE297: hue angle of 64.8º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCE297 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 226 | 151 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.11 |
| HSL | 64.8º | 0.56% | 0.74% | - |
| HSV(B) | 64.8º | 0.33% | 0.89% | - |
| XYZ | 62.3 | 71.84 | 39.86 | - |
| YUV | 215.66 | 91.51 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 226 | 151 | 0.03 | 0 | 0.33 | 0.11 | 64.8 | 0.56 | 0.74 |
| Hex | DC | E2 | 97 | 3 | 0 | 21 | B | 41 | 38 | 4A |
| Octal | 334 | 342 | 227 | 3 | 0 | 41 | 13 | 101 | 70 | 112 |
| Binary | 11011100 | 11100010 | 10010111 | 11 | 0 | 100001 | 1011 | 1000001 | 111000 | 1001010 |
Color Harmonies of #DCE297
Complementary color
Monochromatic Colors of #DCE297
Black with #DCE297
Text Example
Text Example
White with #DCE297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE297; }
p { color: rgb(220,226,151); }
H1.HeaderClassName
{
color: #DCE297;
}
.AnyTagClassName
{
color: #DCE297;
}
</style>
background-color css
<style>
a { background-color: #DCE297; }
a { background-color: rgb(220,226,151); }
div.DivClassName
{
background-color: #DCE297;
}
.BgClassName
{
background-color: #DCE297;
}
</style>
border-color css
<style>
span { border-color: #DCE297; }
span { border-color: rgb(220,226,151); }
td.TdClassName
{
border-color: #DCE297;
}
.TagClassName
{
border-color: #DCE297;
}
</style>