Shades of Reef #DBFBAD
Tints of Reef #DBFBAD
RGB
CMYK
RGB Variations
Color information
#DBFBAD (or 0xDBFBAD) is known color: Reef. HEX triplet: DB, FB and AD. RGB value is (219,251,173). Sum of RGB (Red+Green+Blue) = 219+251+173=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 173 (67.97% from 255 or 26.91% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFBAD is #240452. Grayscale: #E8E8E8. Windows color (decimal): -2360403 or 11402203. OLE color: 11402203.
HSL color Cylindrical-coordinate representation of color #DBFBAD: hue angle of 84.62º 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 #DBFBAD is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 173 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.02 |
| HSL | 84.62º | 0.91% | 0.83% | - |
| HSV(B) | 84.62º | 0.31% | 0.98% | - |
| XYZ | 71.25 | 87.07 | 52.59 | - |
| YUV | 232.54 | 94.4 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 173 | 0.13 | 0 | 0.31 | 0.02 | 84.62 | 0.91 | 0.83 |
| Hex | DB | FB | AD | D | 0 | 1F | 2 | 55 | 5B | 53 |
| Octal | 333 | 373 | 255 | 15 | 0 | 37 | 2 | 125 | 133 | 123 |
| Binary | 11011011 | 11111011 | 10101101 | 1101 | 0 | 11111 | 10 | 1010101 | 1011011 | 1010011 |
Color Harmonies of #DBFBAD
Complementary color
Monochromatic Colors of #DBFBAD
Black with #DBFBAD
Text Example
Text Example
White with #DBFBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBAD; }
p { color: rgb(219,251,173); }
H1.HeaderClassName
{
color: #DBFBAD;
}
.AnyTagClassName
{
color: #DBFBAD;
}
</style>
background-color css
<style>
a { background-color: #DBFBAD; }
a { background-color: rgb(219,251,173); }
div.DivClassName
{
background-color: #DBFBAD;
}
.BgClassName
{
background-color: #DBFBAD;
}
</style>
border-color css
<style>
span { border-color: #DBFBAD; }
span { border-color: rgb(219,251,173); }
td.TdClassName
{
border-color: #DBFBAD;
}
.TagClassName
{
border-color: #DBFBAD;
}
</style>