Shades of Reef #DBFAA9
Tints of Reef #DBFAA9
RGB
CMYK
RGB Variations
Color information
#DBFAA9 (or 0xDBFAA9) is known color: Reef. HEX triplet: DB, FA and A9. RGB value is (219,250,169). Sum of RGB (Red+Green+Blue) = 219+250+169=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 169 (66.41% from 255 or 26.49% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFAA9 is #240556. Grayscale: #E7E7E7. Windows color (decimal): -2360663 or 11139803. OLE color: 11139803.
HSL color Cylindrical-coordinate representation of color #DBFAA9: hue angle of 82.96º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBFAA9 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 169 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.02 |
| HSL | 82.96º | 0.89% | 0.82% | - |
| HSV(B) | 82.96º | 0.32% | 0.98% | - |
| XYZ | 70.56 | 86.3 | 50.47 | - |
| YUV | 231.5 | 92.73 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 169 | 0.12 | 0 | 0.32 | 0.02 | 82.96 | 0.89 | 0.82 |
| Hex | DB | FA | A9 | C | 0 | 20 | 2 | 53 | 59 | 52 |
| Octal | 333 | 372 | 251 | 14 | 0 | 40 | 2 | 123 | 131 | 122 |
| Binary | 11011011 | 11111010 | 10101001 | 1100 | 0 | 100000 | 10 | 1010011 | 1011001 | 1010010 |
Color Harmonies of #DBFAA9
Complementary color
Monochromatic Colors of #DBFAA9
Black with #DBFAA9
Text Example
Text Example
White with #DBFAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAA9; }
p { color: rgb(219,250,169); }
H1.HeaderClassName
{
color: #DBFAA9;
}
.AnyTagClassName
{
color: #DBFAA9;
}
</style>
background-color css
<style>
a { background-color: #DBFAA9; }
a { background-color: rgb(219,250,169); }
div.DivClassName
{
background-color: #DBFAA9;
}
.BgClassName
{
background-color: #DBFAA9;
}
</style>
border-color css
<style>
span { border-color: #DBFAA9; }
span { border-color: rgb(219,250,169); }
td.TdClassName
{
border-color: #DBFAA9;
}
.TagClassName
{
border-color: #DBFAA9;
}
</style>