Shades of Reef #DBFCB0
Tints of Reef #DBFCB0
RGB
CMYK
RGB Variations
Color information
#DBFCB0 (or 0xDBFCB0) is known color: Reef. HEX triplet: DB, FC and B0. RGB value is (219,252,176). Sum of RGB (Red+Green+Blue) = 219+252+176=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 176 (69.14% from 255 or 27.20% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFCB0 is #24034F. Grayscale: #E9E9E9. Windows color (decimal): -2360144 or 11599067. OLE color: 11599067.
HSL color Cylindrical-coordinate representation of color #DBFCB0: hue angle of 86.05º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBFCB0 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 176 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.01 |
| HSL | 86.05º | 0.93% | 0.84% | - |
| HSV(B) | 86.05º | 0.3% | 0.99% | - |
| XYZ | 71.86 | 87.82 | 54.24 | - |
| YUV | 233.47 | 95.57 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 176 | 0.13 | 0 | 0.30 | 0.01 | 86.05 | 0.93 | 0.84 |
| Hex | DB | FC | B0 | D | 0 | 1E | 1 | 56 | 5D | 54 |
| Octal | 333 | 374 | 260 | 15 | 0 | 36 | 1 | 126 | 135 | 124 |
| Binary | 11011011 | 11111100 | 10110000 | 1101 | 0 | 11110 | 1 | 1010110 | 1011101 | 1010100 |
Color Harmonies of #DBFCB0
Complementary color
Monochromatic Colors of #DBFCB0
Black with #DBFCB0
Text Example
Text Example
White with #DBFCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCB0; }
p { color: rgb(219,252,176); }
H1.HeaderClassName
{
color: #DBFCB0;
}
.AnyTagClassName
{
color: #DBFCB0;
}
</style>
background-color css
<style>
a { background-color: #DBFCB0; }
a { background-color: rgb(219,252,176); }
div.DivClassName
{
background-color: #DBFCB0;
}
.BgClassName
{
background-color: #DBFCB0;
}
</style>
border-color css
<style>
span { border-color: #DBFCB0; }
span { border-color: rgb(219,252,176); }
td.TdClassName
{
border-color: #DBFCB0;
}
.TagClassName
{
border-color: #DBFCB0;
}
</style>