Shades of Primrose #DBDE94
Tints of Primrose #DBDE94
RGB
CMYK
RGB Variations
Color information
#DBDE94 (or 0xDBDE94) is known color: Primrose. HEX triplet: DB, DE and 94. RGB value is (219,222,148). Sum of RGB (Red+Green+Blue) = 219+222+148=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 148 (58.20% from 255 or 25.13% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDE94 is #24216B. Grayscale: #D4D4D4. Windows color (decimal): -2367852 or 9756379. OLE color: 9756379.
HSL color Cylindrical-coordinate representation of color #DBDE94: hue angle of 62.43º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBDE94 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 222 | 148 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.13 |
| HSL | 62.43º | 0.53% | 0.73% | - |
| HSV(B) | 62.43º | 0.33% | 0.87% | - |
| XYZ | 60.68 | 69.44 | 38.22 | - |
| YUV | 212.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 222 | 148 | 0.01 | 0 | 0.33 | 0.13 | 62.43 | 0.53 | 0.73 |
| Hex | DB | DE | 94 | 1 | 0 | 21 | D | 3E | 35 | 49 |
| Octal | 333 | 336 | 224 | 1 | 0 | 41 | 15 | 76 | 65 | 111 |
| Binary | 11011011 | 11011110 | 10010100 | 1 | 0 | 100001 | 1101 | 111110 | 110101 | 1001001 |
Color Harmonies of #DBDE94
Complementary color
Monochromatic Colors of #DBDE94
Black with #DBDE94
Text Example
Text Example
White with #DBDE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDE94; }
p { color: rgb(219,222,148); }
H1.HeaderClassName
{
color: #DBDE94;
}
.AnyTagClassName
{
color: #DBDE94;
}
</style>
background-color css
<style>
a { background-color: #DBDE94; }
a { background-color: rgb(219,222,148); }
div.DivClassName
{
background-color: #DBDE94;
}
.BgClassName
{
background-color: #DBDE94;
}
</style>
border-color css
<style>
span { border-color: #DBDE94; }
span { border-color: rgb(219,222,148); }
td.TdClassName
{
border-color: #DBDE94;
}
.TagClassName
{
border-color: #DBDE94;
}
</style>