Shades of Primrose #DEE699
Tints of Primrose #DEE699
RGB
CMYK
RGB Variations
Color information
#DEE699 (or 0xDEE699) is known color: Primrose. HEX triplet: DE, E6 and 99. RGB value is (222,230,153). Sum of RGB (Red+Green+Blue) = 222+230+153=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE699 is #211966. Grayscale: #DBDBDB. Windows color (decimal): -2169191 or 10086110. OLE color: 10086110.
HSL color Cylindrical-coordinate representation of color #DEE699: hue angle of 66.23º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEE699 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 153 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.10 |
| HSL | 66.23º | 0.61% | 0.75% | - |
| HSV(B) | 66.23º | 0.33% | 0.9% | - |
| XYZ | 64.17 | 74.42 | 41.12 | - |
| YUV | 218.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 153 | 0.03 | 0 | 0.33 | 0.10 | 66.23 | 0.61 | 0.75 |
| Hex | DE | E6 | 99 | 3 | 0 | 21 | A | 42 | 3D | 4B |
| Octal | 336 | 346 | 231 | 3 | 0 | 41 | 12 | 102 | 75 | 113 |
| Binary | 11011110 | 11100110 | 10011001 | 11 | 0 | 100001 | 1010 | 1000010 | 111101 | 1001011 |
Color Harmonies of #DEE699
Complementary color
Monochromatic Colors of #DEE699
Black with #DEE699
Text Example
Text Example
White with #DEE699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE699; }
p { color: rgb(222,230,153); }
H1.HeaderClassName
{
color: #DEE699;
}
.AnyTagClassName
{
color: #DEE699;
}
</style>
background-color css
<style>
a { background-color: #DEE699; }
a { background-color: rgb(222,230,153); }
div.DivClassName
{
background-color: #DEE699;
}
.BgClassName
{
background-color: #DEE699;
}
</style>
border-color css
<style>
span { border-color: #DEE699; }
span { border-color: rgb(222,230,153); }
td.TdClassName
{
border-color: #DEE699;
}
.TagClassName
{
border-color: #DEE699;
}
</style>