Shades of Primrose #DBE792
Tints of Primrose #DBE792
RGB
CMYK
RGB Variations
Color information
#DBE792 (or 0xDBE792) is known color: Primrose. HEX triplet: DB, E7 and 92. RGB value is (219,231,146). Sum of RGB (Red+Green+Blue) = 219+231+146=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 231 (90.62% from 255 or 38.76% from 596); Blue value is 146 (57.42% from 255 or 24.50% from 596); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE792 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE792 is #24186D. Grayscale: #DADADA. Windows color (decimal): -2365550 or 9627611. OLE color: 9627611.
HSL color Cylindrical-coordinate representation of color #DBE792: hue angle of 68.47º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBE792 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 219 | 231 | 146 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.09 |
| HSL | 68.47º | 0.64% | 0.74% | - |
| HSV(B) | 68.47º | 0.37% | 0.91% | - |
| XYZ | 62.98 | 74.29 | 38.21 | - |
| YUV | 217.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 231 | 146 | 0.05 | 0 | 0.37 | 0.09 | 68.47 | 0.64 | 0.74 |
| Hex | DB | E7 | 92 | 5 | 0 | 25 | 9 | 44 | 40 | 4A |
| Octal | 333 | 347 | 222 | 5 | 0 | 45 | 11 | 104 | 100 | 112 |
| Binary | 11011011 | 11100111 | 10010010 | 101 | 0 | 100101 | 1001 | 1000100 | 1000000 | 1001010 |
Color Harmonies of #DBE792
Complementary color
Monochromatic Colors of #DBE792
Black with #DBE792
Text Example
Text Example
White with #DBE792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE792; }
p { color: rgb(219,231,146); }
H1.HeaderClassName
{
color: #DBE792;
}
.AnyTagClassName
{
color: #DBE792;
}
</style>
background-color css
<style>
a { background-color: #DBE792; }
a { background-color: rgb(219,231,146); }
div.DivClassName
{
background-color: #DBE792;
}
.BgClassName
{
background-color: #DBE792;
}
</style>
border-color css
<style>
span { border-color: #DBE792; }
span { border-color: rgb(219,231,146); }
td.TdClassName
{
border-color: #DBE792;
}
.TagClassName
{
border-color: #DBE792;
}
</style>