Shades of Reef #DBF0AC
Tints of Reef #DBF0AC
RGB
CMYK
RGB Variations
Color information
#DBF0AC (or 0xDBF0AC) is known color: Reef. HEX triplet: DB, F0 and AC. RGB value is (219,240,172). Sum of RGB (Red+Green+Blue) = 219+240+172=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF0AC is #240F53. Grayscale: #E2E2E2. Windows color (decimal): -2363220 or 11333851. OLE color: 11333851.
HSL color Cylindrical-coordinate representation of color #DBF0AC: hue angle of 78.53º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBF0AC is Cyan = 0.09, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 240 | 172 | - |
| CMYK | 0.09 | 0 | 0.28 | 0.06 |
| HSL | 78.53º | 0.69% | 0.81% | - |
| HSV(B) | 78.53º | 0.28% | 0.94% | - |
| XYZ | 67.82 | 80.36 | 50.97 | - |
| YUV | 225.97 | 97.54 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 240 | 172 | 0.09 | 0 | 0.28 | 0.06 | 78.53 | 0.69 | 0.81 |
| Hex | DB | F0 | AC | 9 | 0 | 1C | 6 | 4F | 45 | 51 |
| Octal | 333 | 360 | 254 | 11 | 0 | 34 | 6 | 117 | 105 | 121 |
| Binary | 11011011 | 11110000 | 10101100 | 1001 | 0 | 11100 | 110 | 1001111 | 1000101 | 1010001 |
Color Harmonies of #DBF0AC
Complementary color
Monochromatic Colors of #DBF0AC
Black with #DBF0AC
Text Example
Text Example
White with #DBF0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF0AC; }
p { color: rgb(219,240,172); }
H1.HeaderClassName
{
color: #DBF0AC;
}
.AnyTagClassName
{
color: #DBF0AC;
}
</style>
background-color css
<style>
a { background-color: #DBF0AC; }
a { background-color: rgb(219,240,172); }
div.DivClassName
{
background-color: #DBF0AC;
}
.BgClassName
{
background-color: #DBF0AC;
}
</style>
border-color css
<style>
span { border-color: #DBF0AC; }
span { border-color: rgb(219,240,172); }
td.TdClassName
{
border-color: #DBF0AC;
}
.TagClassName
{
border-color: #DBF0AC;
}
</style>