Shades of Primrose #DBE183
Tints of Primrose #DBE183
RGB
CMYK
RGB Variations
Color information
#DBE183 (or 0xDBE183) is known color: Primrose. HEX triplet: DB, E1 and 83. RGB value is (219,225,131). Sum of RGB (Red+Green+Blue) = 219+225+131=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 131 (51.56% from 255 or 22.78% from 575); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE183 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE183 is #241E7C. Grayscale: #D4D4D4. Windows color (decimal): -2367101 or 8643035. OLE color: 8643035.
HSL color Cylindrical-coordinate representation of color #DBE183: hue angle of 63.83º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBE183 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 131 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.12 |
| HSL | 63.83º | 0.61% | 0.7% | - |
| HSV(B) | 63.83º | 0.42% | 0.88% | - |
| XYZ | 60.24 | 70.55 | 31.92 | - |
| YUV | 212.49 | 82.01 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 131 | 0.03 | 0 | 0.42 | 0.12 | 63.83 | 0.61 | 0.7 |
| Hex | DB | E1 | 83 | 3 | 0 | 2A | C | 40 | 3D | 46 |
| Octal | 333 | 341 | 203 | 3 | 0 | 52 | 14 | 100 | 75 | 106 |
| Binary | 11011011 | 11100001 | 10000011 | 11 | 0 | 101010 | 1100 | 1000000 | 111101 | 1000110 |
Color Harmonies of #DBE183
Complementary color
Monochromatic Colors of #DBE183
Black with #DBE183
Text Example
Text Example
White with #DBE183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE183; }
p { color: rgb(219,225,131); }
H1.HeaderClassName
{
color: #DBE183;
}
.AnyTagClassName
{
color: #DBE183;
}
</style>
background-color css
<style>
a { background-color: #DBE183; }
a { background-color: rgb(219,225,131); }
div.DivClassName
{
background-color: #DBE183;
}
.BgClassName
{
background-color: #DBE183;
}
</style>
border-color css
<style>
span { border-color: #DBE183; }
span { border-color: rgb(219,225,131); }
td.TdClassName
{
border-color: #DBE183;
}
.TagClassName
{
border-color: #DBE183;
}
</style>