Shades of Primrose #DEE597
Tints of Primrose #DEE597
RGB
CMYK
RGB Variations
Color information
#DEE597 (or 0xDEE597) is known color: Primrose. HEX triplet: DE, E5 and 97. RGB value is (222,229,151). Sum of RGB (Red+Green+Blue) = 222+229+151=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 229 (89.84% from 255 or 38.04% from 602); Blue value is 151 (59.38% from 255 or 25.08% from 602); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE597 is #211A68. Grayscale: #DADADA. Windows color (decimal): -2169449 or 9954782. OLE color: 9954782.
HSL color Cylindrical-coordinate representation of color #DEE597: hue angle of 65.38º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DEE597 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 151 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.10 |
| HSL | 65.38º | 0.6% | 0.75% | - |
| HSV(B) | 65.38º | 0.34% | 0.9% | - |
| XYZ | 63.73 | 73.8 | 40.16 | - |
| YUV | 218.02 | 90.18 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 151 | 0.03 | 0 | 0.34 | 0.10 | 65.38 | 0.6 | 0.75 |
| Hex | DE | E5 | 97 | 3 | 0 | 22 | A | 41 | 3C | 4B |
| Octal | 336 | 345 | 227 | 3 | 0 | 42 | 12 | 101 | 74 | 113 |
| Binary | 11011110 | 11100101 | 10010111 | 11 | 0 | 100010 | 1010 | 1000001 | 111100 | 1001011 |
Color Harmonies of #DEE597
Complementary color
Monochromatic Colors of #DEE597
Black with #DEE597
Text Example
Text Example
White with #DEE597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE597; }
p { color: rgb(222,229,151); }
H1.HeaderClassName
{
color: #DEE597;
}
.AnyTagClassName
{
color: #DEE597;
}
</style>
background-color css
<style>
a { background-color: #DEE597; }
a { background-color: rgb(222,229,151); }
div.DivClassName
{
background-color: #DEE597;
}
.BgClassName
{
background-color: #DEE597;
}
</style>
border-color css
<style>
span { border-color: #DEE597; }
span { border-color: rgb(222,229,151); }
td.TdClassName
{
border-color: #DEE597;
}
.TagClassName
{
border-color: #DEE597;
}
</style>