Shades of Primrose #DBDE8C
Tints of Primrose #DBDE8C
RGB
CMYK
RGB Variations
Color information
#DBDE8C (or 0xDBDE8C) is known color: Primrose. HEX triplet: DB, DE and 8C. RGB value is (219,222,140). Sum of RGB (Red+Green+Blue) = 219+222+140=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 222 (87.11% from 255 or 38.21% from 581); Blue value is 140 (55.08% from 255 or 24.10% from 581); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDE8C is #242173. Grayscale: #D4D4D4. Windows color (decimal): -2367860 or 9232091. OLE color: 9232091.
HSL color Cylindrical-coordinate representation of color #DBDE8C: hue angle of 62.2º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBDE8C is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 140 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.13 |
| HSL | 62.2º | 0.55% | 0.71% | - |
| HSV(B) | 62.2º | 0.37% | 0.87% | - |
| XYZ | 60.07 | 69.2 | 35 | - |
| YUV | 211.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 140 | 0.01 | 0 | 0.37 | 0.13 | 62.2 | 0.55 | 0.71 |
| Hex | DB | DE | 8C | 1 | 0 | 25 | D | 3E | 37 | 47 |
| Octal | 333 | 336 | 214 | 1 | 0 | 45 | 15 | 76 | 67 | 107 |
| Binary | 11011011 | 11011110 | 10001100 | 1 | 0 | 100101 | 1101 | 111110 | 110111 | 1000111 |
Color Harmonies of #DBDE8C
Complementary color
Monochromatic Colors of #DBDE8C
Black with #DBDE8C
Text Example
Text Example
White with #DBDE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE8C; }
p { color: rgb(219,222,140); }
H1.HeaderClassName
{
color: #DBDE8C;
}
.AnyTagClassName
{
color: #DBDE8C;
}
</style>
background-color css
<style>
a { background-color: #DBDE8C; }
a { background-color: rgb(219,222,140); }
div.DivClassName
{
background-color: #DBDE8C;
}
.BgClassName
{
background-color: #DBDE8C;
}
</style>
border-color css
<style>
span { border-color: #DBDE8C; }
span { border-color: rgb(219,222,140); }
td.TdClassName
{
border-color: #DBDE8C;
}
.TagClassName
{
border-color: #DBDE8C;
}
</style>