Shades of Reef #DBFE9F
Tints of Reef #DBFE9F
RGB
CMYK
RGB Variations
Color information
#DBFE9F (or 0xDBFE9F) is known color: Reef. HEX triplet: DB, FE and 9F. RGB value is (219,254,159). Sum of RGB (Red+Green+Blue) = 219+254+159=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 159 (62.5% from 255 or 25.16% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFE9F is #240160. Grayscale: #E9E9E9. Windows color (decimal): -2359649 or 10485467. OLE color: 10485467.
HSL color Cylindrical-coordinate representation of color #DBFE9F: hue angle of 82.11º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBFE9F is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 159 | - |
| CMYK | 0.14 | 0 | 0.37 | 0.00 |
| HSL | 82.11º | 0.98% | 0.81% | - |
| HSV(B) | 82.11º | 0.37% | 1% | - |
| XYZ | 70.91 | 88.45 | 46.14 | - |
| YUV | 232.71 | 86.4 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 159 | 0.14 | 0 | 0.37 | 0.00 | 82.11 | 0.98 | 0.81 |
| Hex | DB | FE | 9F | E | 0 | 25 | 0 | 52 | 62 | 51 |
| Octal | 333 | 376 | 237 | 16 | 0 | 45 | 0 | 122 | 142 | 121 |
| Binary | 11011011 | 11111110 | 10011111 | 1110 | 0 | 100101 | 0 | 1010010 | 1100010 | 1010001 |
Color Harmonies of #DBFE9F
Complementary color
Monochromatic Colors of #DBFE9F
Black with #DBFE9F
Text Example
Text Example
White with #DBFE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFE9F; }
p { color: rgb(219,254,159); }
H1.HeaderClassName
{
color: #DBFE9F;
}
.AnyTagClassName
{
color: #DBFE9F;
}
</style>
background-color css
<style>
a { background-color: #DBFE9F; }
a { background-color: rgb(219,254,159); }
div.DivClassName
{
background-color: #DBFE9F;
}
.BgClassName
{
background-color: #DBFE9F;
}
</style>
border-color css
<style>
span { border-color: #DBFE9F; }
span { border-color: rgb(219,254,159); }
td.TdClassName
{
border-color: #DBFE9F;
}
.TagClassName
{
border-color: #DBFE9F;
}
</style>