Shades of Reef #DBFEA8
Tints of Reef #DBFEA8
RGB
CMYK
RGB Variations
Color information
#DBFEA8 (or 0xDBFEA8) is known color: Reef. HEX triplet: DB, FE and A8. RGB value is (219,254,168). Sum of RGB (Red+Green+Blue) = 219+254+168=641 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.17% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 168 (66.02% from 255 or 26.21% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEA8 is #240157. Grayscale: #EAEAEA. Windows color (decimal): -2359640 or 11075291. OLE color: 11075291.
HSL color Cylindrical-coordinate representation of color #DBFEA8: hue angle of 84.42º 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 #DBFEA8 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 168 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.00 |
| HSL | 84.42º | 0.98% | 0.83% | - |
| HSV(B) | 84.42º | 0.34% | 1% | - |
| XYZ | 71.72 | 88.77 | 50.4 | - |
| YUV | 233.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 168 | 0.14 | 0 | 0.34 | 0.00 | 84.42 | 0.98 | 0.83 |
| Hex | DB | FE | A8 | E | 0 | 22 | 0 | 54 | 62 | 53 |
| Octal | 333 | 376 | 250 | 16 | 0 | 42 | 0 | 124 | 142 | 123 |
| Binary | 11011011 | 11111110 | 10101000 | 1110 | 0 | 100010 | 0 | 1010100 | 1100010 | 1010011 |
Color Harmonies of #DBFEA8
Complementary color
Monochromatic Colors of #DBFEA8
Black with #DBFEA8
Text Example
Text Example
White with #DBFEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEA8; }
p { color: rgb(219,254,168); }
H1.HeaderClassName
{
color: #DBFEA8;
}
.AnyTagClassName
{
color: #DBFEA8;
}
</style>
background-color css
<style>
a { background-color: #DBFEA8; }
a { background-color: rgb(219,254,168); }
div.DivClassName
{
background-color: #DBFEA8;
}
.BgClassName
{
background-color: #DBFEA8;
}
</style>
border-color css
<style>
span { border-color: #DBFEA8; }
span { border-color: rgb(219,254,168); }
td.TdClassName
{
border-color: #DBFEA8;
}
.TagClassName
{
border-color: #DBFEA8;
}
</style>