Shades of Primrose #DBDE8E
Tints of Primrose #DBDE8E
RGB
CMYK
RGB Variations
Color information
#DBDE8E (or 0xDBDE8E) is known color: Primrose. HEX triplet: DB, DE and 8E. RGB value is (219,222,142). Sum of RGB (Red+Green+Blue) = 219+222+142=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 142 (55.86% from 255 or 24.36% from 583); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDE8E is #242171. Grayscale: #D4D4D4. Windows color (decimal): -2367858 or 9363163. OLE color: 9363163.
HSL color Cylindrical-coordinate representation of color #DBDE8E: hue angle of 62.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBDE8E is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 142 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.13 |
| HSL | 62.25º | 0.55% | 0.71% | - |
| HSV(B) | 62.25º | 0.36% | 0.87% | - |
| XYZ | 60.22 | 69.26 | 35.79 | - |
| YUV | 211.98 | 88.51 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 142 | 0.01 | 0 | 0.36 | 0.13 | 62.25 | 0.55 | 0.71 |
| Hex | DB | DE | 8E | 1 | 0 | 24 | D | 3E | 37 | 47 |
| Octal | 333 | 336 | 216 | 1 | 0 | 44 | 15 | 76 | 67 | 107 |
| Binary | 11011011 | 11011110 | 10001110 | 1 | 0 | 100100 | 1101 | 111110 | 110111 | 1000111 |
Color Harmonies of #DBDE8E
Complementary color
Monochromatic Colors of #DBDE8E
Black with #DBDE8E
Text Example
Text Example
White with #DBDE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE8E; }
p { color: rgb(219,222,142); }
H1.HeaderClassName
{
color: #DBDE8E;
}
.AnyTagClassName
{
color: #DBDE8E;
}
</style>
background-color css
<style>
a { background-color: #DBDE8E; }
a { background-color: rgb(219,222,142); }
div.DivClassName
{
background-color: #DBDE8E;
}
.BgClassName
{
background-color: #DBDE8E;
}
</style>
border-color css
<style>
span { border-color: #DBDE8E; }
span { border-color: rgb(219,222,142); }
td.TdClassName
{
border-color: #DBDE8E;
}
.TagClassName
{
border-color: #DBDE8E;
}
</style>