Shades of Reef #DBFBA9
Tints of Reef #DBFBA9
RGB
CMYK
RGB Variations
Color information
#DBFBA9 (or 0xDBFBA9) is known color: Reef. HEX triplet: DB, FB and A9. RGB value is (219,251,169). Sum of RGB (Red+Green+Blue) = 219+251+169=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 169 (66.41% from 255 or 26.45% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFBA9 is #240456. Grayscale: #E8E8E8. Windows color (decimal): -2360407 or 11140059. OLE color: 11140059.
HSL color Cylindrical-coordinate representation of color #DBFBA9: hue angle of 83.41º 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 #DBFBA9 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 169 | - |
| CMYK | 0.13 | 0 | 0.33 | 0.02 |
| HSL | 83.41º | 0.91% | 0.82% | - |
| HSV(B) | 83.41º | 0.33% | 0.98% | - |
| XYZ | 70.87 | 86.92 | 50.58 | - |
| YUV | 232.08 | 92.4 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 169 | 0.13 | 0 | 0.33 | 0.02 | 83.41 | 0.91 | 0.82 |
| Hex | DB | FB | A9 | D | 0 | 21 | 2 | 53 | 5B | 52 |
| Octal | 333 | 373 | 251 | 15 | 0 | 41 | 2 | 123 | 133 | 122 |
| Binary | 11011011 | 11111011 | 10101001 | 1101 | 0 | 100001 | 10 | 1010011 | 1011011 | 1010010 |
Color Harmonies of #DBFBA9
Complementary color
Monochromatic Colors of #DBFBA9
Black with #DBFBA9
Text Example
Text Example
White with #DBFBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBA9; }
p { color: rgb(219,251,169); }
H1.HeaderClassName
{
color: #DBFBA9;
}
.AnyTagClassName
{
color: #DBFBA9;
}
</style>
background-color css
<style>
a { background-color: #DBFBA9; }
a { background-color: rgb(219,251,169); }
div.DivClassName
{
background-color: #DBFBA9;
}
.BgClassName
{
background-color: #DBFBA9;
}
</style>
border-color css
<style>
span { border-color: #DBFBA9; }
span { border-color: rgb(219,251,169); }
td.TdClassName
{
border-color: #DBFBA9;
}
.TagClassName
{
border-color: #DBFBA9;
}
</style>