Shades of Reef #DBFFA6
Tints of Reef #DBFFA6
RGB
CMYK
RGB Variations
Color information
#DBFFA6 (or 0xDBFFA6) is known color: Reef. HEX triplet: DB, FF and A6. RGB value is (219,255,166). Sum of RGB (Red+Green+Blue) = 219+255+166=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 166 (65.23% from 255 or 25.94% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFA6 is #240059. Grayscale: #EAEAEA. Windows color (decimal): -2359386 or 10944475. OLE color: 10944475.
HSL color Cylindrical-coordinate representation of color #DBFFA6: hue angle of 84.27º 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 #DBFFA6 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 166 | - |
| CMYK | 0.14 | 0 | 0.35 | 0 |
| HSL | 84.27º | 1% | 0.83% | - |
| HSV(B) | 84.27º | 0.35% | 1% | - |
| XYZ | 71.86 | 89.33 | 49.53 | - |
| YUV | 234.09 | 89.57 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 166 | 0.14 | 0 | 0.35 | 0 | 84.27 | 1 | 0.83 |
| Hex | DB | FF | A6 | E | 0 | 23 | 0 | 54 | 64 | 53 |
| Octal | 333 | 377 | 246 | 16 | 0 | 43 | 0 | 124 | 144 | 123 |
| Binary | 11011011 | 11111111 | 10100110 | 1110 | 0 | 100011 | 0 | 1010100 | 1100100 | 1010011 |
Color Harmonies of #DBFFA6
Complementary color
Monochromatic Colors of #DBFFA6
Black with #DBFFA6
Text Example
Text Example
White with #DBFFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFA6; }
p { color: rgb(219,255,166); }
H1.HeaderClassName
{
color: #DBFFA6;
}
.AnyTagClassName
{
color: #DBFFA6;
}
</style>
background-color css
<style>
a { background-color: #DBFFA6; }
a { background-color: rgb(219,255,166); }
div.DivClassName
{
background-color: #DBFFA6;
}
.BgClassName
{
background-color: #DBFFA6;
}
</style>
border-color css
<style>
span { border-color: #DBFFA6; }
span { border-color: rgb(219,255,166); }
td.TdClassName
{
border-color: #DBFFA6;
}
.TagClassName
{
border-color: #DBFFA6;
}
</style>