Shades of Primrose #DBE384
Tints of Primrose #DBE384
RGB
CMYK
RGB Variations
Color information
#DBE384 (or 0xDBE384) is known color: Primrose. HEX triplet: DB, E3 and 84. RGB value is (219,227,132). Sum of RGB (Red+Green+Blue) = 219+227+132=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 132 (51.95% from 255 or 22.84% from 578); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE384 is #241C7B. Grayscale: #D6D6D6. Windows color (decimal): -2366588 or 8709083. OLE color: 8709083.
HSL color Cylindrical-coordinate representation of color #DBE384: hue angle of 65.05º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBE384 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 132 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.11 |
| HSL | 65.05º | 0.63% | 0.7% | - |
| HSV(B) | 65.05º | 0.42% | 0.89% | - |
| XYZ | 60.85 | 71.66 | 32.46 | - |
| YUV | 213.78 | 81.85 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 132 | 0.04 | 0 | 0.42 | 0.11 | 65.05 | 0.63 | 0.7 |
| Hex | DB | E3 | 84 | 4 | 0 | 2A | B | 41 | 3F | 46 |
| Octal | 333 | 343 | 204 | 4 | 0 | 52 | 13 | 101 | 77 | 106 |
| Binary | 11011011 | 11100011 | 10000100 | 100 | 0 | 101010 | 1011 | 1000001 | 111111 | 1000110 |
Color Harmonies of #DBE384
Complementary color
Monochromatic Colors of #DBE384
Black with #DBE384
Text Example
Text Example
White with #DBE384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE384; }
p { color: rgb(219,227,132); }
H1.HeaderClassName
{
color: #DBE384;
}
.AnyTagClassName
{
color: #DBE384;
}
</style>
background-color css
<style>
a { background-color: #DBE384; }
a { background-color: rgb(219,227,132); }
div.DivClassName
{
background-color: #DBE384;
}
.BgClassName
{
background-color: #DBE384;
}
</style>
border-color css
<style>
span { border-color: #DBE384; }
span { border-color: rgb(219,227,132); }
td.TdClassName
{
border-color: #DBE384;
}
.TagClassName
{
border-color: #DBE384;
}
</style>