Shades of Reef #DBFFA8
Tints of Reef #DBFFA8
RGB
CMYK
RGB Variations
Color information
#DBFFA8 (or 0xDBFFA8) is known color: Reef. HEX triplet: DB, FF and A8. RGB value is (219,255,168). Sum of RGB (Red+Green+Blue) = 219+255+168=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 168 (66.02% from 255 or 26.17% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFA8 is #240057. Grayscale: #EAEAEA. Windows color (decimal): -2359384 or 11075547. OLE color: 11075547.
HSL color Cylindrical-coordinate representation of color #DBFFA8: hue angle of 84.83º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBFFA8 is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 168 | - |
| CMYK | 0.14 | 0 | 0.34 | 0 |
| HSL | 84.83º | 1% | 0.83% | - |
| HSV(B) | 84.83º | 0.34% | 1% | - |
| XYZ | 72.04 | 89.41 | 50.51 | - |
| YUV | 234.32 | 90.57 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 168 | 0.14 | 0 | 0.34 | 0 | 84.83 | 1 | 0.83 |
| Hex | DB | FF | A8 | E | 0 | 22 | 0 | 55 | 64 | 53 |
| Octal | 333 | 377 | 250 | 16 | 0 | 42 | 0 | 125 | 144 | 123 |
| Binary | 11011011 | 11111111 | 10101000 | 1110 | 0 | 100010 | 0 | 1010101 | 1100100 | 1010011 |
Color Harmonies of #DBFFA8
Complementary color
Monochromatic Colors of #DBFFA8
Black with #DBFFA8
Text Example
Text Example
White with #DBFFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFA8; }
p { color: rgb(219,255,168); }
H1.HeaderClassName
{
color: #DBFFA8;
}
.AnyTagClassName
{
color: #DBFFA8;
}
</style>
background-color css
<style>
a { background-color: #DBFFA8; }
a { background-color: rgb(219,255,168); }
div.DivClassName
{
background-color: #DBFFA8;
}
.BgClassName
{
background-color: #DBFFA8;
}
</style>
border-color css
<style>
span { border-color: #DBFFA8; }
span { border-color: rgb(219,255,168); }
td.TdClassName
{
border-color: #DBFFA8;
}
.TagClassName
{
border-color: #DBFFA8;
}
</style>