Shades of Reef #DBFEAB
Tints of Reef #DBFEAB
RGB
CMYK
RGB Variations
Color information
#DBFEAB (or 0xDBFEAB) is known color: Reef. HEX triplet: DB, FE and AB. RGB value is (219,254,171). Sum of RGB (Red+Green+Blue) = 219+254+171=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 171 (67.19% from 255 or 26.55% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFEAB is #240154. Grayscale: #EAEAEA. Windows color (decimal): -2359637 or 11271899. OLE color: 11271899.
HSL color Cylindrical-coordinate representation of color #DBFEAB: hue angle of 85.3º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBFEAB is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 219 | 254 | 171 | - |
| CMYK | 0.14 | 0 | 0.33 | 0.00 |
| HSL | 85.3º | 0.98% | 0.83% | - |
| HSV(B) | 85.3º | 0.33% | 1% | - |
| XYZ | 72.01 | 88.88 | 51.89 | - |
| YUV | 234.07 | 92.4 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 254 | 171 | 0.14 | 0 | 0.33 | 0.00 | 85.3 | 0.98 | 0.83 |
| Hex | DB | FE | AB | E | 0 | 21 | 0 | 55 | 62 | 53 |
| Octal | 333 | 376 | 253 | 16 | 0 | 41 | 0 | 125 | 142 | 123 |
| Binary | 11011011 | 11111110 | 10101011 | 1110 | 0 | 100001 | 0 | 1010101 | 1100010 | 1010011 |
Color Harmonies of #DBFEAB
Complementary color
Monochromatic Colors of #DBFEAB
Black with #DBFEAB
Text Example
Text Example
White with #DBFEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFEAB; }
p { color: rgb(219,254,171); }
H1.HeaderClassName
{
color: #DBFEAB;
}
.AnyTagClassName
{
color: #DBFEAB;
}
</style>
background-color css
<style>
a { background-color: #DBFEAB; }
a { background-color: rgb(219,254,171); }
div.DivClassName
{
background-color: #DBFEAB;
}
.BgClassName
{
background-color: #DBFEAB;
}
</style>
border-color css
<style>
span { border-color: #DBFEAB; }
span { border-color: rgb(219,254,171); }
td.TdClassName
{
border-color: #DBFEAB;
}
.TagClassName
{
border-color: #DBFEAB;
}
</style>