Shades of Reef #DBF6AF
Tints of Reef #DBF6AF
RGB
CMYK
RGB Variations
Color information
#DBF6AF (or 0xDBF6AF) is known color: Reef. HEX triplet: DB, F6 and AF. RGB value is (219,246,175). Sum of RGB (Red+Green+Blue) = 219+246+175=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF6AF is #240950. Grayscale: #E6E6E6. Windows color (decimal): -2361681 or 11531995. OLE color: 11531995.
HSL color Cylindrical-coordinate representation of color #DBF6AF: hue angle of 82.82º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBF6AF is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 175 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.04 |
| HSL | 82.82º | 0.8% | 0.83% | - |
| HSV(B) | 82.82º | 0.29% | 0.96% | - |
| XYZ | 69.91 | 84.07 | 53.1 | - |
| YUV | 229.83 | 97.05 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 175 | 0.11 | 0 | 0.29 | 0.04 | 82.82 | 0.8 | 0.83 |
| Hex | DB | F6 | AF | B | 0 | 1D | 4 | 53 | 50 | 53 |
| Octal | 333 | 366 | 257 | 13 | 0 | 35 | 4 | 123 | 120 | 123 |
| Binary | 11011011 | 11110110 | 10101111 | 1011 | 0 | 11101 | 100 | 1010011 | 1010000 | 1010011 |
Color Harmonies of #DBF6AF
Complementary color
Monochromatic Colors of #DBF6AF
Black with #DBF6AF
Text Example
Text Example
White with #DBF6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF6AF; }
p { color: rgb(219,246,175); }
H1.HeaderClassName
{
color: #DBF6AF;
}
.AnyTagClassName
{
color: #DBF6AF;
}
</style>
background-color css
<style>
a { background-color: #DBF6AF; }
a { background-color: rgb(219,246,175); }
div.DivClassName
{
background-color: #DBF6AF;
}
.BgClassName
{
background-color: #DBF6AF;
}
</style>
border-color css
<style>
span { border-color: #DBF6AF; }
span { border-color: rgb(219,246,175); }
td.TdClassName
{
border-color: #DBF6AF;
}
.TagClassName
{
border-color: #DBF6AF;
}
</style>