Shades of Reef #DBF5AF
Tints of Reef #DBF5AF
RGB
CMYK
RGB Variations
Color information
#DBF5AF (or 0xDBF5AF) is known color: Reef. HEX triplet: DB, F5 and AF. RGB value is (219,245,175). Sum of RGB (Red+Green+Blue) = 219+245+175=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF5AF is #240A50. Grayscale: #E5E5E5. Windows color (decimal): -2361937 or 11531739. OLE color: 11531739.
HSL color Cylindrical-coordinate representation of color #DBF5AF: hue angle of 82.29º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBF5AF is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 245 | 175 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.04 |
| HSL | 82.29º | 0.78% | 0.82% | - |
| HSV(B) | 82.29º | 0.29% | 0.96% | - |
| XYZ | 69.6 | 83.46 | 53 | - |
| YUV | 229.25 | 97.39 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 245 | 175 | 0.11 | 0 | 0.29 | 0.04 | 82.29 | 0.78 | 0.82 |
| Hex | DB | F5 | AF | B | 0 | 1D | 4 | 52 | 4E | 52 |
| Octal | 333 | 365 | 257 | 13 | 0 | 35 | 4 | 122 | 116 | 122 |
| Binary | 11011011 | 11110101 | 10101111 | 1011 | 0 | 11101 | 100 | 1010010 | 1001110 | 1010010 |
Color Harmonies of #DBF5AF
Complementary color
Monochromatic Colors of #DBF5AF
Black with #DBF5AF
Text Example
Text Example
White with #DBF5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF5AF; }
p { color: rgb(219,245,175); }
H1.HeaderClassName
{
color: #DBF5AF;
}
.AnyTagClassName
{
color: #DBF5AF;
}
</style>
background-color css
<style>
a { background-color: #DBF5AF; }
a { background-color: rgb(219,245,175); }
div.DivClassName
{
background-color: #DBF5AF;
}
.BgClassName
{
background-color: #DBF5AF;
}
</style>
border-color css
<style>
span { border-color: #DBF5AF; }
span { border-color: rgb(219,245,175); }
td.TdClassName
{
border-color: #DBF5AF;
}
.TagClassName
{
border-color: #DBF5AF;
}
</style>