Shades of Primrose #DBE182
Tints of Primrose #DBE182
RGB
CMYK
RGB Variations
Color information
#DBE182 (or 0xDBE182) is known color: Primrose. HEX triplet: DB, E1 and 82. RGB value is (219,225,130). Sum of RGB (Red+Green+Blue) = 219+225+130=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 225 (88.28% from 255 or 39.20% from 574); Blue value is 130 (51.17% from 255 or 22.65% from 574); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE182 is #241E7D. Grayscale: #D4D4D4. Windows color (decimal): -2367102 or 8577499. OLE color: 8577499.
HSL color Cylindrical-coordinate representation of color #DBE182: hue angle of 63.79º 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 #DBE182 is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 225 | 130 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.12 |
| HSL | 63.79º | 0.61% | 0.7% | - |
| HSV(B) | 63.79º | 0.42% | 0.88% | - |
| XYZ | 60.17 | 70.52 | 31.56 | - |
| YUV | 212.38 | 81.51 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 225 | 130 | 0.03 | 0 | 0.42 | 0.12 | 63.79 | 0.61 | 0.7 |
| Hex | DB | E1 | 82 | 3 | 0 | 2A | C | 40 | 3D | 46 |
| Octal | 333 | 341 | 202 | 3 | 0 | 52 | 14 | 100 | 75 | 106 |
| Binary | 11011011 | 11100001 | 10000010 | 11 | 0 | 101010 | 1100 | 1000000 | 111101 | 1000110 |
Color Harmonies of #DBE182
Complementary color
Monochromatic Colors of #DBE182
Black with #DBE182
Text Example
Text Example
White with #DBE182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE182; }
p { color: rgb(219,225,130); }
H1.HeaderClassName
{
color: #DBE182;
}
.AnyTagClassName
{
color: #DBE182;
}
</style>
background-color css
<style>
a { background-color: #DBE182; }
a { background-color: rgb(219,225,130); }
div.DivClassName
{
background-color: #DBE182;
}
.BgClassName
{
background-color: #DBE182;
}
</style>
border-color css
<style>
span { border-color: #DBE182; }
span { border-color: rgb(219,225,130); }
td.TdClassName
{
border-color: #DBE182;
}
.TagClassName
{
border-color: #DBE182;
}
</style>