Shades of Primrose #DBE694
Tints of Primrose #DBE694
RGB
CMYK
RGB Variations
Color information
#DBE694 (or 0xDBE694) is known color: Primrose. HEX triplet: DB, E6 and 94. RGB value is (219,230,148). Sum of RGB (Red+Green+Blue) = 219+230+148=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 230 (90.23% from 255 or 38.53% from 597); Blue value is 148 (58.20% from 255 or 24.79% from 597); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE694 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE694 is #24196B. Grayscale: #D9D9D9. Windows color (decimal): -2365804 or 9758427. OLE color: 9758427.
HSL color Cylindrical-coordinate representation of color #DBE694: hue angle of 68.05º 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 #DBE694 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 148 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.10 |
| HSL | 68.05º | 0.62% | 0.74% | - |
| HSV(B) | 68.05º | 0.36% | 0.9% | - |
| XYZ | 62.86 | 73.79 | 38.95 | - |
| YUV | 217.36 | 88.86 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 148 | 0.05 | 0 | 0.36 | 0.10 | 68.05 | 0.62 | 0.74 |
| Hex | DB | E6 | 94 | 5 | 0 | 24 | A | 44 | 3E | 4A |
| Octal | 333 | 346 | 224 | 5 | 0 | 44 | 12 | 104 | 76 | 112 |
| Binary | 11011011 | 11100110 | 10010100 | 101 | 0 | 100100 | 1010 | 1000100 | 111110 | 1001010 |
Color Harmonies of #DBE694
Complementary color
Monochromatic Colors of #DBE694
Black with #DBE694
Text Example
Text Example
White with #DBE694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE694; }
p { color: rgb(219,230,148); }
H1.HeaderClassName
{
color: #DBE694;
}
.AnyTagClassName
{
color: #DBE694;
}
</style>
background-color css
<style>
a { background-color: #DBE694; }
a { background-color: rgb(219,230,148); }
div.DivClassName
{
background-color: #DBE694;
}
.BgClassName
{
background-color: #DBE694;
}
</style>
border-color css
<style>
span { border-color: #DBE694; }
span { border-color: rgb(219,230,148); }
td.TdClassName
{
border-color: #DBE694;
}
.TagClassName
{
border-color: #DBE694;
}
</style>