Shades of Primrose #DBDE8D
Tints of Primrose #DBDE8D
RGB
CMYK
RGB Variations
Color information
#DBDE8D (or 0xDBDE8D) is known color: Primrose. HEX triplet: DB, DE and 8D. RGB value is (219,222,141). Sum of RGB (Red+Green+Blue) = 219+222+141=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDE8D is #242172. Grayscale: #D4D4D4. Windows color (decimal): -2367859 or 9297627. OLE color: 9297627.
HSL color Cylindrical-coordinate representation of color #DBDE8D: hue angle of 62.22º 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 #DBDE8D is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 141 | - |
| CMYK | 0.01 | 0 | 0.36 | 0.13 |
| HSL | 62.22º | 0.55% | 0.71% | - |
| HSV(B) | 62.22º | 0.36% | 0.87% | - |
| XYZ | 60.14 | 69.23 | 35.39 | - |
| YUV | 211.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 141 | 0.01 | 0 | 0.36 | 0.13 | 62.22 | 0.55 | 0.71 |
| Hex | DB | DE | 8D | 1 | 0 | 24 | D | 3E | 37 | 47 |
| Octal | 333 | 336 | 215 | 1 | 0 | 44 | 15 | 76 | 67 | 107 |
| Binary | 11011011 | 11011110 | 10001101 | 1 | 0 | 100100 | 1101 | 111110 | 110111 | 1000111 |
Color Harmonies of #DBDE8D
Complementary color
Monochromatic Colors of #DBDE8D
Black with #DBDE8D
Text Example
Text Example
White with #DBDE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE8D; }
p { color: rgb(219,222,141); }
H1.HeaderClassName
{
color: #DBDE8D;
}
.AnyTagClassName
{
color: #DBDE8D;
}
</style>
background-color css
<style>
a { background-color: #DBDE8D; }
a { background-color: rgb(219,222,141); }
div.DivClassName
{
background-color: #DBDE8D;
}
.BgClassName
{
background-color: #DBDE8D;
}
</style>
border-color css
<style>
span { border-color: #DBDE8D; }
span { border-color: rgb(219,222,141); }
td.TdClassName
{
border-color: #DBDE8D;
}
.TagClassName
{
border-color: #DBDE8D;
}
</style>