Shades of Primrose #DEE697
Tints of Primrose #DEE697
RGB
CMYK
RGB Variations
Color information
#DEE697 (or 0xDEE697) is known color: Primrose. HEX triplet: DE, E6 and 97. RGB value is (222,230,151). Sum of RGB (Red+Green+Blue) = 222+230+151=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 151 (59.38% from 255 or 25.04% from 603); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE697 is #211968. Grayscale: #DADADA. Windows color (decimal): -2169193 or 9955038. OLE color: 9955038.
HSL color Cylindrical-coordinate representation of color #DEE697: hue angle of 66.08º degrees, saturation: 0.61, 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 #DEE697 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 151 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.10 |
| HSL | 66.08º | 0.61% | 0.75% | - |
| HSV(B) | 66.08º | 0.34% | 0.9% | - |
| XYZ | 64.01 | 74.36 | 40.26 | - |
| YUV | 218.6 | 89.85 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 151 | 0.03 | 0 | 0.34 | 0.10 | 66.08 | 0.61 | 0.75 |
| Hex | DE | E6 | 97 | 3 | 0 | 22 | A | 42 | 3D | 4B |
| Octal | 336 | 346 | 227 | 3 | 0 | 42 | 12 | 102 | 75 | 113 |
| Binary | 11011110 | 11100110 | 10010111 | 11 | 0 | 100010 | 1010 | 1000010 | 111101 | 1001011 |
Color Harmonies of #DEE697
Complementary color
Monochromatic Colors of #DEE697
Black with #DEE697
Text Example
Text Example
White with #DEE697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE697; }
p { color: rgb(222,230,151); }
H1.HeaderClassName
{
color: #DEE697;
}
.AnyTagClassName
{
color: #DEE697;
}
</style>
background-color css
<style>
a { background-color: #DEE697; }
a { background-color: rgb(222,230,151); }
div.DivClassName
{
background-color: #DEE697;
}
.BgClassName
{
background-color: #DEE697;
}
</style>
border-color css
<style>
span { border-color: #DEE697; }
span { border-color: rgb(222,230,151); }
td.TdClassName
{
border-color: #DEE697;
}
.TagClassName
{
border-color: #DEE697;
}
</style>