Shades of Reef #DBFE8C
Tints of Reef #DBFE8C
RGB
CMYK
RGB Variations
Color information
#DBFE8C (or 0xDBFE8C) is known color: Reef. HEX triplet: DB, FE and 8C. RGB value is (219,254,140). Sum of RGB (Red+Green+Blue) = 219+254+140=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 140 (55.08% from 255 or 22.84% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE8C is #240173. Grayscale: #E6E6E6. Windows color (decimal): -2359668 or 9240283. OLE color: 9240283.
HSL color Cylindrical-coordinate representation of color #DBFE8C: hue angle of 78.42º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBFE8C is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 140 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.00 |
| HSL | 78.42º | 0.98% | 0.77% | - |
| HSV(B) | 78.42º | 0.45% | 1% | - |
| XYZ | 69.39 | 87.84 | 38.11 | - |
| YUV | 230.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 140 | 0.14 | 0 | 0.45 | 0.00 | 78.42 | 0.98 | 0.77 |
| Hex | DB | FE | 8C | E | 0 | 2D | 0 | 4E | 62 | 4D |
| Octal | 333 | 376 | 214 | 16 | 0 | 55 | 0 | 116 | 142 | 115 |
| Binary | 11011011 | 11111110 | 10001100 | 1110 | 0 | 101101 | 0 | 1001110 | 1100010 | 1001101 |
Color Harmonies of #DBFE8C
Complementary color
Monochromatic Colors of #DBFE8C
Black with #DBFE8C
Text Example
Text Example
White with #DBFE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE8C; }
p { color: rgb(219,254,140); }
H1.HeaderClassName
{
color: #DBFE8C;
}
.AnyTagClassName
{
color: #DBFE8C;
}
</style>
background-color css
<style>
a { background-color: #DBFE8C; }
a { background-color: rgb(219,254,140); }
div.DivClassName
{
background-color: #DBFE8C;
}
.BgClassName
{
background-color: #DBFE8C;
}
</style>
border-color css
<style>
span { border-color: #DBFE8C; }
span { border-color: rgb(219,254,140); }
td.TdClassName
{
border-color: #DBFE8C;
}
.TagClassName
{
border-color: #DBFE8C;
}
</style>