Shades of Primrose #DBE697
Tints of Primrose #DBE697
RGB
CMYK
RGB Variations
Color information
#DBE697 (or 0xDBE697) is known color: Primrose. HEX triplet: DB, E6 and 97. RGB value is (219,230,151). Sum of RGB (Red+Green+Blue) = 219+230+151=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 151 (59.38% from 255 or 25.17% from 600); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE697 is #241968. Grayscale: #DADADA. Windows color (decimal): -2365801 or 9955035. OLE color: 9955035.
HSL color Cylindrical-coordinate representation of color #DBE697: hue angle of 68.35º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBE697 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 230 | 151 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.10 |
| HSL | 68.35º | 0.61% | 0.75% | - |
| HSV(B) | 68.35º | 0.34% | 0.9% | - |
| XYZ | 63.1 | 73.89 | 40.21 | - |
| YUV | 217.71 | 90.36 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 230 | 151 | 0.05 | 0 | 0.34 | 0.10 | 68.35 | 0.61 | 0.75 |
| Hex | DB | E6 | 97 | 5 | 0 | 22 | A | 44 | 3D | 4B |
| Octal | 333 | 346 | 227 | 5 | 0 | 42 | 12 | 104 | 75 | 113 |
| Binary | 11011011 | 11100110 | 10010111 | 101 | 0 | 100010 | 1010 | 1000100 | 111101 | 1001011 |
Color Harmonies of #DBE697
Complementary color
Monochromatic Colors of #DBE697
Black with #DBE697
Text Example
Text Example
White with #DBE697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE697; }
p { color: rgb(219,230,151); }
H1.HeaderClassName
{
color: #DBE697;
}
.AnyTagClassName
{
color: #DBE697;
}
</style>
background-color css
<style>
a { background-color: #DBE697; }
a { background-color: rgb(219,230,151); }
div.DivClassName
{
background-color: #DBE697;
}
.BgClassName
{
background-color: #DBE697;
}
</style>
border-color css
<style>
span { border-color: #DBE697; }
span { border-color: rgb(219,230,151); }
td.TdClassName
{
border-color: #DBE697;
}
.TagClassName
{
border-color: #DBE697;
}
</style>