Shades of Reef #DBFAA7
Tints of Reef #DBFAA7
RGB
CMYK
RGB Variations
Color information
#DBFAA7 (or 0xDBFAA7) is known color: Reef. HEX triplet: DB, FA and A7. RGB value is (219,250,167). Sum of RGB (Red+Green+Blue) = 219+250+167=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 167 (65.62% from 255 or 26.26% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFAA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFAA7 is #240558. Grayscale: #E7E7E7. Windows color (decimal): -2360665 or 11008731. OLE color: 11008731.
HSL color Cylindrical-coordinate representation of color #DBFAA7: hue angle of 82.41º degrees, saturation: 0.89, 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 #DBFAA7 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 250 | 167 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.02 |
| HSL | 82.41º | 0.89% | 0.82% | - |
| HSV(B) | 82.41º | 0.33% | 0.98% | - |
| XYZ | 70.37 | 86.22 | 49.49 | - |
| YUV | 231.27 | 91.73 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 250 | 167 | 0.12 | 0 | 0.33 | 0.02 | 82.41 | 0.89 | 0.82 |
| Hex | DB | FA | A7 | C | 0 | 21 | 2 | 52 | 59 | 52 |
| Octal | 333 | 372 | 247 | 14 | 0 | 41 | 2 | 122 | 131 | 122 |
| Binary | 11011011 | 11111010 | 10100111 | 1100 | 0 | 100001 | 10 | 1010010 | 1011001 | 1010010 |
Color Harmonies of #DBFAA7
Complementary color
Monochromatic Colors of #DBFAA7
Black with #DBFAA7
Text Example
Text Example
White with #DBFAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFAA7; }
p { color: rgb(219,250,167); }
H1.HeaderClassName
{
color: #DBFAA7;
}
.AnyTagClassName
{
color: #DBFAA7;
}
</style>
background-color css
<style>
a { background-color: #DBFAA7; }
a { background-color: rgb(219,250,167); }
div.DivClassName
{
background-color: #DBFAA7;
}
.BgClassName
{
background-color: #DBFAA7;
}
</style>
border-color css
<style>
span { border-color: #DBFAA7; }
span { border-color: rgb(219,250,167); }
td.TdClassName
{
border-color: #DBFAA7;
}
.TagClassName
{
border-color: #DBFAA7;
}
</style>