Shades of Reef #DBFFAF
Tints of Reef #DBFFAF
RGB
CMYK
RGB Variations
Color information
#DBFFAF (or 0xDBFFAF) is known color: Reef. HEX triplet: DB, FF and AF. RGB value is (219,255,175). Sum of RGB (Red+Green+Blue) = 219+255+175=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 175 (68.75% from 255 or 26.96% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFAF is #240050. Grayscale: #EBEBEB. Windows color (decimal): -2359377 or 11534299. OLE color: 11534299.
HSL color Cylindrical-coordinate representation of color #DBFFAF: hue angle of 87º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBFFAF is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 175 | - |
| CMYK | 0.14 | 0 | 0.31 | 0 |
| HSL | 87º | 1% | 0.84% | - |
| HSV(B) | 87º | 0.31% | 1% | - |
| XYZ | 72.71 | 89.68 | 54.03 | - |
| YUV | 235.12 | 94.07 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 175 | 0.14 | 0 | 0.31 | 0 | 87 | 1 | 0.84 |
| Hex | DB | FF | AF | E | 0 | 1F | 0 | 57 | 64 | 54 |
| Octal | 333 | 377 | 257 | 16 | 0 | 37 | 0 | 127 | 144 | 124 |
| Binary | 11011011 | 11111111 | 10101111 | 1110 | 0 | 11111 | 0 | 1010111 | 1100100 | 1010100 |
Color Harmonies of #DBFFAF
Complementary color
Monochromatic Colors of #DBFFAF
Black with #DBFFAF
Text Example
Text Example
White with #DBFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFAF; }
p { color: rgb(219,255,175); }
H1.HeaderClassName
{
color: #DBFFAF;
}
.AnyTagClassName
{
color: #DBFFAF;
}
</style>
background-color css
<style>
a { background-color: #DBFFAF; }
a { background-color: rgb(219,255,175); }
div.DivClassName
{
background-color: #DBFFAF;
}
.BgClassName
{
background-color: #DBFFAF;
}
</style>
border-color css
<style>
span { border-color: #DBFFAF; }
span { border-color: rgb(219,255,175); }
td.TdClassName
{
border-color: #DBFFAF;
}
.TagClassName
{
border-color: #DBFFAF;
}
</style>