Shades of Reef #DBFBB0
Tints of Reef #DBFBB0
RGB
CMYK
RGB Variations
Color information
#DBFBB0 (or 0xDBFBB0) is known color: Reef. HEX triplet: DB, FB and B0. RGB value is (219,251,176). Sum of RGB (Red+Green+Blue) = 219+251+176=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 176 (69.14% from 255 or 27.24% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFBB0 is #24044F. Grayscale: #E9E9E9. Windows color (decimal): -2360400 or 11598811. OLE color: 11598811.
HSL color Cylindrical-coordinate representation of color #DBFBB0: hue angle of 85.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBFBB0 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 176 | - |
| CMYK | 0.13 | 0 | 0.30 | 0.02 |
| HSL | 85.6º | 0.9% | 0.84% | - |
| HSV(B) | 85.6º | 0.3% | 0.98% | - |
| XYZ | 71.55 | 87.19 | 54.13 | - |
| YUV | 232.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 176 | 0.13 | 0 | 0.30 | 0.02 | 85.6 | 0.9 | 0.84 |
| Hex | DB | FB | B0 | D | 0 | 1E | 2 | 56 | 5A | 54 |
| Octal | 333 | 373 | 260 | 15 | 0 | 36 | 2 | 126 | 132 | 124 |
| Binary | 11011011 | 11111011 | 10110000 | 1101 | 0 | 11110 | 10 | 1010110 | 1011010 | 1010100 |
Color Harmonies of #DBFBB0
Complementary color
Monochromatic Colors of #DBFBB0
Black with #DBFBB0
Text Example
Text Example
White with #DBFBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBB0; }
p { color: rgb(219,251,176); }
H1.HeaderClassName
{
color: #DBFBB0;
}
.AnyTagClassName
{
color: #DBFBB0;
}
</style>
background-color css
<style>
a { background-color: #DBFBB0; }
a { background-color: rgb(219,251,176); }
div.DivClassName
{
background-color: #DBFBB0;
}
.BgClassName
{
background-color: #DBFBB0;
}
</style>
border-color css
<style>
span { border-color: #DBFBB0; }
span { border-color: rgb(219,251,176); }
td.TdClassName
{
border-color: #DBFBB0;
}
.TagClassName
{
border-color: #DBFBB0;
}
</style>