Shades of Reef #DBFEA7
Tints of Reef #DBFEA7
RGB
CMYK
RGB Variations
Color information
#DBFEA7 (or 0xDBFEA7) is known color: Reef. HEX triplet: DB, FE and A7. RGB value is (219,254,167). Sum of RGB (Red+Green+Blue) = 219+254+167=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 167 (65.62% from 255 or 26.09% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEA7 is #240158. Grayscale: #E9E9E9. Windows color (decimal): -2359641 or 11009755. OLE color: 11009755.
HSL color Cylindrical-coordinate representation of color #DBFEA7: hue angle of 84.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBFEA7 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 167 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.00 |
| HSL | 84.14º | 0.98% | 0.83% | - |
| HSV(B) | 84.14º | 0.34% | 1% | - |
| XYZ | 71.63 | 88.73 | 49.91 | - |
| YUV | 233.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 167 | 0.14 | 0 | 0.34 | 0.00 | 84.14 | 0.98 | 0.83 |
| Hex | DB | FE | A7 | E | 0 | 22 | 0 | 54 | 62 | 53 |
| Octal | 333 | 376 | 247 | 16 | 0 | 42 | 0 | 124 | 142 | 123 |
| Binary | 11011011 | 11111110 | 10100111 | 1110 | 0 | 100010 | 0 | 1010100 | 1100010 | 1010011 |
Color Harmonies of #DBFEA7
Complementary color
Monochromatic Colors of #DBFEA7
Black with #DBFEA7
Text Example
Text Example
White with #DBFEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEA7; }
p { color: rgb(219,254,167); }
H1.HeaderClassName
{
color: #DBFEA7;
}
.AnyTagClassName
{
color: #DBFEA7;
}
</style>
background-color css
<style>
a { background-color: #DBFEA7; }
a { background-color: rgb(219,254,167); }
div.DivClassName
{
background-color: #DBFEA7;
}
.BgClassName
{
background-color: #DBFEA7;
}
</style>
border-color css
<style>
span { border-color: #DBFEA7; }
span { border-color: rgb(219,254,167); }
td.TdClassName
{
border-color: #DBFEA7;
}
.TagClassName
{
border-color: #DBFEA7;
}
</style>