Shades of Reef #DBF9A9
Tints of Reef #DBF9A9
RGB
CMYK
RGB Variations
Color information
#DBF9A9 (or 0xDBF9A9) is known color: Reef. HEX triplet: DB, F9 and A9. RGB value is (219,249,169). Sum of RGB (Red+Green+Blue) = 219+249+169=637 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.38% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 169 (66.41% from 255 or 26.53% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF9A9 is #240656. Grayscale: #E7E7E7. Windows color (decimal): -2360919 or 11139547. OLE color: 11139547.
HSL color Cylindrical-coordinate representation of color #DBF9A9: hue angle of 82.5º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBF9A9 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 249 | 169 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.02 |
| HSL | 82.5º | 0.87% | 0.82% | - |
| HSV(B) | 82.5º | 0.32% | 0.98% | - |
| XYZ | 70.25 | 85.68 | 50.37 | - |
| YUV | 230.91 | 93.06 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 249 | 169 | 0.12 | 0 | 0.32 | 0.02 | 82.5 | 0.87 | 0.82 |
| Hex | DB | F9 | A9 | C | 0 | 20 | 2 | 52 | 57 | 52 |
| Octal | 333 | 371 | 251 | 14 | 0 | 40 | 2 | 122 | 127 | 122 |
| Binary | 11011011 | 11111001 | 10101001 | 1100 | 0 | 100000 | 10 | 1010010 | 1010111 | 1010010 |
Color Harmonies of #DBF9A9
Complementary color
Monochromatic Colors of #DBF9A9
Black with #DBF9A9
Text Example
Text Example
White with #DBF9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF9A9; }
p { color: rgb(219,249,169); }
H1.HeaderClassName
{
color: #DBF9A9;
}
.AnyTagClassName
{
color: #DBF9A9;
}
</style>
background-color css
<style>
a { background-color: #DBF9A9; }
a { background-color: rgb(219,249,169); }
div.DivClassName
{
background-color: #DBF9A9;
}
.BgClassName
{
background-color: #DBF9A9;
}
</style>
border-color css
<style>
span { border-color: #DBF9A9; }
span { border-color: rgb(219,249,169); }
td.TdClassName
{
border-color: #DBF9A9;
}
.TagClassName
{
border-color: #DBF9A9;
}
</style>