Shades of Reef #DBFFA7
Tints of Reef #DBFFA7
RGB
CMYK
RGB Variations
Color information
#DBFFA7 (or 0xDBFFA7) is known color: Reef. HEX triplet: DB, FF and A7. RGB value is (219,255,167). Sum of RGB (Red+Green+Blue) = 219+255+167=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 167 (65.62% from 255 or 26.05% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFA7 is #240058. Grayscale: #EAEAEA. Windows color (decimal): -2359385 or 11010011. OLE color: 11010011.
HSL color Cylindrical-coordinate representation of color #DBFFA7: hue angle of 84.55º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DBFFA7 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 167 | - |
| CMYK | 0.14 | 0 | 0.35 | 0 |
| HSL | 84.55º | 1% | 0.83% | - |
| HSV(B) | 84.55º | 0.35% | 1% | - |
| XYZ | 71.95 | 89.37 | 50.02 | - |
| YUV | 234.2 | 90.07 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 167 | 0.14 | 0 | 0.35 | 0 | 84.55 | 1 | 0.83 |
| Hex | DB | FF | A7 | E | 0 | 23 | 0 | 55 | 64 | 53 |
| Octal | 333 | 377 | 247 | 16 | 0 | 43 | 0 | 125 | 144 | 123 |
| Binary | 11011011 | 11111111 | 10100111 | 1110 | 0 | 100011 | 0 | 1010101 | 1100100 | 1010011 |
Color Harmonies of #DBFFA7
Complementary color
Monochromatic Colors of #DBFFA7
Black with #DBFFA7
Text Example
Text Example
White with #DBFFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFA7; }
p { color: rgb(219,255,167); }
H1.HeaderClassName
{
color: #DBFFA7;
}
.AnyTagClassName
{
color: #DBFFA7;
}
</style>
background-color css
<style>
a { background-color: #DBFFA7; }
a { background-color: rgb(219,255,167); }
div.DivClassName
{
background-color: #DBFFA7;
}
.BgClassName
{
background-color: #DBFFA7;
}
</style>
border-color css
<style>
span { border-color: #DBFFA7; }
span { border-color: rgb(219,255,167); }
td.TdClassName
{
border-color: #DBFFA7;
}
.TagClassName
{
border-color: #DBFFA7;
}
</style>