Shades of Reef #DBF6A8
Tints of Reef #DBF6A8
RGB
CMYK
RGB Variations
Color information
#DBF6A8 (or 0xDBF6A8) is known color: Reef. HEX triplet: DB, F6 and A8. RGB value is (219,246,168). Sum of RGB (Red+Green+Blue) = 219+246+168=633 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.60% from 633); Green value is 246 (96.48% from 255 or 38.86% from 633); Blue value is 168 (66.02% from 255 or 26.54% from 633); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF6A8 is #240957. Grayscale: #E5E5E5. Windows color (decimal): -2361688 or 11073243. OLE color: 11073243.
HSL color Cylindrical-coordinate representation of color #DBF6A8: hue angle of 80.77º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBF6A8 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 168 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.04 |
| HSL | 80.77º | 0.81% | 0.81% | - |
| HSV(B) | 80.77º | 0.32% | 0.96% | - |
| XYZ | 69.24 | 83.8 | 49.57 | - |
| YUV | 229.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 168 | 0.11 | 0 | 0.32 | 0.04 | 80.77 | 0.81 | 0.81 |
| Hex | DB | F6 | A8 | B | 0 | 20 | 4 | 51 | 51 | 51 |
| Octal | 333 | 366 | 250 | 13 | 0 | 40 | 4 | 121 | 121 | 121 |
| Binary | 11011011 | 11110110 | 10101000 | 1011 | 0 | 100000 | 100 | 1010001 | 1010001 | 1010001 |
Color Harmonies of #DBF6A8
Complementary color
Monochromatic Colors of #DBF6A8
Black with #DBF6A8
Text Example
Text Example
White with #DBF6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6A8; }
p { color: rgb(219,246,168); }
H1.HeaderClassName
{
color: #DBF6A8;
}
.AnyTagClassName
{
color: #DBF6A8;
}
</style>
background-color css
<style>
a { background-color: #DBF6A8; }
a { background-color: rgb(219,246,168); }
div.DivClassName
{
background-color: #DBF6A8;
}
.BgClassName
{
background-color: #DBF6A8;
}
</style>
border-color css
<style>
span { border-color: #DBF6A8; }
span { border-color: rgb(219,246,168); }
td.TdClassName
{
border-color: #DBF6A8;
}
.TagClassName
{
border-color: #DBF6A8;
}
</style>