Shades of Reef #DBFEB0
Tints of Reef #DBFEB0
RGB
CMYK
RGB Variations
Color information
#DBFEB0 (or 0xDBFEB0) is known color: Reef. HEX triplet: DB, FE and B0. RGB value is (219,254,176). Sum of RGB (Red+Green+Blue) = 219+254+176=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 176 (69.14% from 255 or 27.12% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEB0 is #24014F. Grayscale: #EAEAEA. Windows color (decimal): -2359632 or 11599579. OLE color: 11599579.
HSL color Cylindrical-coordinate representation of color #DBFEB0: hue angle of 86.92º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBFEB0 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 176 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.00 |
| HSL | 86.92º | 0.98% | 0.84% | - |
| HSV(B) | 86.92º | 0.31% | 1% | - |
| XYZ | 72.49 | 89.08 | 54.45 | - |
| YUV | 234.64 | 94.9 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 176 | 0.14 | 0 | 0.31 | 0.00 | 86.92 | 0.98 | 0.84 |
| Hex | DB | FE | B0 | E | 0 | 1F | 0 | 57 | 62 | 54 |
| Octal | 333 | 376 | 260 | 16 | 0 | 37 | 0 | 127 | 142 | 124 |
| Binary | 11011011 | 11111110 | 10110000 | 1110 | 0 | 11111 | 0 | 1010111 | 1100010 | 1010100 |
Color Harmonies of #DBFEB0
Complementary color
Monochromatic Colors of #DBFEB0
Black with #DBFEB0
Text Example
Text Example
White with #DBFEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEB0; }
p { color: rgb(219,254,176); }
H1.HeaderClassName
{
color: #DBFEB0;
}
.AnyTagClassName
{
color: #DBFEB0;
}
</style>
background-color css
<style>
a { background-color: #DBFEB0; }
a { background-color: rgb(219,254,176); }
div.DivClassName
{
background-color: #DBFEB0;
}
.BgClassName
{
background-color: #DBFEB0;
}
</style>
border-color css
<style>
span { border-color: #DBFEB0; }
span { border-color: rgb(219,254,176); }
td.TdClassName
{
border-color: #DBFEB0;
}
.TagClassName
{
border-color: #DBFEB0;
}
</style>