Shades of Reef #DBF8AB
Tints of Reef #DBF8AB
RGB
CMYK
RGB Variations
Color information
#DBF8AB (or 0xDBF8AB) is known color: Reef. HEX triplet: DB, F8 and AB. RGB value is (219,248,171). Sum of RGB (Red+Green+Blue) = 219+248+171=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 248 (97.27% from 255 or 38.87% from 638); Blue value is 171 (67.19% from 255 or 26.80% from 638); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF8AB is #240754. Grayscale: #E6E6E6. Windows color (decimal): -2361173 or 11270363. OLE color: 11270363.
HSL color Cylindrical-coordinate representation of color #DBF8AB: hue angle of 82.6º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBF8AB is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 248 | 171 | - |
| CMYK | 0.12 | 0 | 0.31 | 0.03 |
| HSL | 82.6º | 0.85% | 0.82% | - |
| HSV(B) | 82.6º | 0.31% | 0.97% | - |
| XYZ | 70.13 | 85.14 | 51.26 | - |
| YUV | 230.55 | 94.39 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 248 | 171 | 0.12 | 0 | 0.31 | 0.03 | 82.6 | 0.85 | 0.82 |
| Hex | DB | F8 | AB | C | 0 | 1F | 3 | 53 | 55 | 52 |
| Octal | 333 | 370 | 253 | 14 | 0 | 37 | 3 | 123 | 125 | 122 |
| Binary | 11011011 | 11111000 | 10101011 | 1100 | 0 | 11111 | 11 | 1010011 | 1010101 | 1010010 |
Color Harmonies of #DBF8AB
Complementary color
Monochromatic Colors of #DBF8AB
Black with #DBF8AB
Text Example
Text Example
White with #DBF8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF8AB; }
p { color: rgb(219,248,171); }
H1.HeaderClassName
{
color: #DBF8AB;
}
.AnyTagClassName
{
color: #DBF8AB;
}
</style>
background-color css
<style>
a { background-color: #DBF8AB; }
a { background-color: rgb(219,248,171); }
div.DivClassName
{
background-color: #DBF8AB;
}
.BgClassName
{
background-color: #DBF8AB;
}
</style>
border-color css
<style>
span { border-color: #DBF8AB; }
span { border-color: rgb(219,248,171); }
td.TdClassName
{
border-color: #DBF8AB;
}
.TagClassName
{
border-color: #DBF8AB;
}
</style>