Shades of Primrose #DEE692
Tints of Primrose #DEE692
RGB
CMYK
RGB Variations
Color information
#DEE692 (or 0xDEE692) is known color: Primrose. HEX triplet: DE, E6 and 92. RGB value is (222,230,146). Sum of RGB (Red+Green+Blue) = 222+230+146=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE692 is #21196D. Grayscale: #DADADA. Windows color (decimal): -2169198 or 9627358. OLE color: 9627358.
HSL color Cylindrical-coordinate representation of color #DEE692: hue angle of 65.71º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEE692 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 146 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.10 |
| HSL | 65.71º | 0.63% | 0.74% | - |
| HSV(B) | 65.71º | 0.37% | 0.9% | - |
| XYZ | 63.61 | 74.2 | 38.16 | - |
| YUV | 218.03 | 87.35 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 146 | 0.03 | 0 | 0.37 | 0.10 | 65.71 | 0.63 | 0.74 |
| Hex | DE | E6 | 92 | 3 | 0 | 25 | A | 42 | 3F | 4A |
| Octal | 336 | 346 | 222 | 3 | 0 | 45 | 12 | 102 | 77 | 112 |
| Binary | 11011110 | 11100110 | 10010010 | 11 | 0 | 100101 | 1010 | 1000010 | 111111 | 1001010 |
Color Harmonies of #DEE692
Complementary color
Monochromatic Colors of #DEE692
Black with #DEE692
Text Example
Text Example
White with #DEE692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE692; }
p { color: rgb(222,230,146); }
H1.HeaderClassName
{
color: #DEE692;
}
.AnyTagClassName
{
color: #DEE692;
}
</style>
background-color css
<style>
a { background-color: #DEE692; }
a { background-color: rgb(222,230,146); }
div.DivClassName
{
background-color: #DEE692;
}
.BgClassName
{
background-color: #DEE692;
}
</style>
border-color css
<style>
span { border-color: #DEE692; }
span { border-color: rgb(222,230,146); }
td.TdClassName
{
border-color: #DEE692;
}
.TagClassName
{
border-color: #DEE692;
}
</style>