Shades of Primrose #DBDF8E
Tints of Primrose #DBDF8E
RGB
CMYK
RGB Variations
Color information
#DBDF8E (or 0xDBDF8E) is known color: Primrose. HEX triplet: DB, DF and 8E. RGB value is (219,223,142). Sum of RGB (Red+Green+Blue) = 219+223+142=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 142 (55.86% from 255 or 24.32% from 584); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF8E is #242071. Grayscale: #D4D4D4. Windows color (decimal): -2367602 or 9363419. OLE color: 9363419.
HSL color Cylindrical-coordinate representation of color #DBDF8E: hue angle of 62.96º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DBDF8E is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 142 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.13 |
| HSL | 62.96º | 0.56% | 0.72% | - |
| HSV(B) | 62.96º | 0.36% | 0.87% | - |
| XYZ | 60.48 | 69.79 | 35.87 | - |
| YUV | 212.57 | 88.17 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 142 | 0.02 | 0 | 0.36 | 0.13 | 62.96 | 0.56 | 0.72 |
| Hex | DB | DF | 8E | 2 | 0 | 24 | D | 3F | 38 | 48 |
| Octal | 333 | 337 | 216 | 2 | 0 | 44 | 15 | 77 | 70 | 110 |
| Binary | 11011011 | 11011111 | 10001110 | 10 | 0 | 100100 | 1101 | 111111 | 111000 | 1001000 |
Color Harmonies of #DBDF8E
Complementary color
Monochromatic Colors of #DBDF8E
Black with #DBDF8E
Text Example
Text Example
White with #DBDF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF8E; }
p { color: rgb(219,223,142); }
H1.HeaderClassName
{
color: #DBDF8E;
}
.AnyTagClassName
{
color: #DBDF8E;
}
</style>
background-color css
<style>
a { background-color: #DBDF8E; }
a { background-color: rgb(219,223,142); }
div.DivClassName
{
background-color: #DBDF8E;
}
.BgClassName
{
background-color: #DBDF8E;
}
</style>
border-color css
<style>
span { border-color: #DBDF8E; }
span { border-color: rgb(219,223,142); }
td.TdClassName
{
border-color: #DBDF8E;
}
.TagClassName
{
border-color: #DBDF8E;
}
</style>