Shades of Reef #DBFBAC
Tints of Reef #DBFBAC
RGB
CMYK
RGB Variations
Color information
#DBFBAC (or 0xDBFBAC) is known color: Reef. HEX triplet: DB, FB and AC. RGB value is (219,251,172). Sum of RGB (Red+Green+Blue) = 219+251+172=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFBAC is #240453. Grayscale: #E8E8E8. Windows color (decimal): -2360404 or 11336667. OLE color: 11336667.
HSL color Cylindrical-coordinate representation of color #DBFBAC: hue angle of 84.3º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBFBAC is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 172 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.02 |
| HSL | 84.3º | 0.91% | 0.83% | - |
| HSV(B) | 84.3º | 0.31% | 0.98% | - |
| XYZ | 71.16 | 87.03 | 52.08 | - |
| YUV | 232.43 | 93.9 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 172 | 0.13 | 0 | 0.31 | 0.02 | 84.3 | 0.91 | 0.83 |
| Hex | DB | FB | AC | D | 0 | 1F | 2 | 54 | 5B | 53 |
| Octal | 333 | 373 | 254 | 15 | 0 | 37 | 2 | 124 | 133 | 123 |
| Binary | 11011011 | 11111011 | 10101100 | 1101 | 0 | 11111 | 10 | 1010100 | 1011011 | 1010011 |
Color Harmonies of #DBFBAC
Complementary color
Monochromatic Colors of #DBFBAC
Black with #DBFBAC
Text Example
Text Example
White with #DBFBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBAC; }
p { color: rgb(219,251,172); }
H1.HeaderClassName
{
color: #DBFBAC;
}
.AnyTagClassName
{
color: #DBFBAC;
}
</style>
background-color css
<style>
a { background-color: #DBFBAC; }
a { background-color: rgb(219,251,172); }
div.DivClassName
{
background-color: #DBFBAC;
}
.BgClassName
{
background-color: #DBFBAC;
}
</style>
border-color css
<style>
span { border-color: #DBFBAC; }
span { border-color: rgb(219,251,172); }
td.TdClassName
{
border-color: #DBFBAC;
}
.TagClassName
{
border-color: #DBFBAC;
}
</style>