Shades of Primrose #DEE694
Tints of Primrose #DEE694
RGB
CMYK
RGB Variations
Color information
#DEE694 (or 0xDEE694) is known color: Primrose. HEX triplet: DE, E6 and 94. RGB value is (222,230,148). Sum of RGB (Red+Green+Blue) = 222+230+148=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 148 (58.20% from 255 or 24.67% from 600); Max value from RGB is 230 - color contains mainly: green. Hex color #DEE694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE694 is #21196B. Grayscale: #DADADA. Windows color (decimal): -2169196 or 9758430. OLE color: 9758430.
HSL color Cylindrical-coordinate representation of color #DEE694: hue angle of 65.85º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DEE694 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 230 | 148 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.10 |
| HSL | 65.85º | 0.62% | 0.74% | - |
| HSV(B) | 65.85º | 0.36% | 0.9% | - |
| XYZ | 63.77 | 74.26 | 38.99 | - |
| YUV | 218.26 | 88.35 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 230 | 148 | 0.03 | 0 | 0.36 | 0.10 | 65.85 | 0.62 | 0.74 |
| Hex | DE | E6 | 94 | 3 | 0 | 24 | A | 42 | 3E | 4A |
| Octal | 336 | 346 | 224 | 3 | 0 | 44 | 12 | 102 | 76 | 112 |
| Binary | 11011110 | 11100110 | 10010100 | 11 | 0 | 100100 | 1010 | 1000010 | 111110 | 1001010 |
Color Harmonies of #DEE694
Complementary color
Monochromatic Colors of #DEE694
Black with #DEE694
Text Example
Text Example
White with #DEE694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE694; }
p { color: rgb(222,230,148); }
H1.HeaderClassName
{
color: #DEE694;
}
.AnyTagClassName
{
color: #DEE694;
}
</style>
background-color css
<style>
a { background-color: #DEE694; }
a { background-color: rgb(222,230,148); }
div.DivClassName
{
background-color: #DEE694;
}
.BgClassName
{
background-color: #DEE694;
}
</style>
border-color css
<style>
span { border-color: #DEE694; }
span { border-color: rgb(222,230,148); }
td.TdClassName
{
border-color: #DEE694;
}
.TagClassName
{
border-color: #DEE694;
}
</style>