Shades of Reef #DBFBA7
Tints of Reef #DBFBA7
RGB
CMYK
RGB Variations
Color information
#DBFBA7 (or 0xDBFBA7) is known color: Reef. HEX triplet: DB, FB and A7. RGB value is (219,251,167). Sum of RGB (Red+Green+Blue) = 219+251+167=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 167 (65.62% from 255 or 26.22% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFBA7 is #240458. Grayscale: #E8E8E8. Windows color (decimal): -2360409 or 11008987. OLE color: 11008987.
HSL color Cylindrical-coordinate representation of color #DBFBA7: hue angle of 82.86º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBFBA7 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 167 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.02 |
| HSL | 82.86º | 0.91% | 0.82% | - |
| HSV(B) | 82.86º | 0.33% | 0.98% | - |
| XYZ | 70.69 | 86.84 | 49.6 | - |
| YUV | 231.86 | 91.4 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 167 | 0.13 | 0 | 0.33 | 0.02 | 82.86 | 0.91 | 0.82 |
| Hex | DB | FB | A7 | D | 0 | 21 | 2 | 53 | 5B | 52 |
| Octal | 333 | 373 | 247 | 15 | 0 | 41 | 2 | 123 | 133 | 122 |
| Binary | 11011011 | 11111011 | 10100111 | 1101 | 0 | 100001 | 10 | 1010011 | 1011011 | 1010010 |
Color Harmonies of #DBFBA7
Complementary color
Monochromatic Colors of #DBFBA7
Black with #DBFBA7
Text Example
Text Example
White with #DBFBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBA7; }
p { color: rgb(219,251,167); }
H1.HeaderClassName
{
color: #DBFBA7;
}
.AnyTagClassName
{
color: #DBFBA7;
}
</style>
background-color css
<style>
a { background-color: #DBFBA7; }
a { background-color: rgb(219,251,167); }
div.DivClassName
{
background-color: #DBFBA7;
}
.BgClassName
{
background-color: #DBFBA7;
}
</style>
border-color css
<style>
span { border-color: #DBFBA7; }
span { border-color: rgb(219,251,167); }
td.TdClassName
{
border-color: #DBFBA7;
}
.TagClassName
{
border-color: #DBFBA7;
}
</style>