Shades of Reef #DBF69C
Tints of Reef #DBF69C
RGB
CMYK
RGB Variations
Color information
#DBF69C (or 0xDBF69C) is known color: Reef. HEX triplet: DB, F6 and 9C. RGB value is (219,246,156). Sum of RGB (Red+Green+Blue) = 219+246+156=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 246 (96.48% from 255 or 39.61% from 621); Blue value is 156 (61.33% from 255 or 25.12% from 621); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF69C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF69C is #240963. Grayscale: #E3E3E3. Windows color (decimal): -2361700 or 10286811. OLE color: 10286811.
HSL color Cylindrical-coordinate representation of color #DBF69C: hue angle of 78º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBF69C is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 219 | 246 | 156 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.04 |
| HSL | 78º | 0.83% | 0.79% | - |
| HSV(B) | 78º | 0.37% | 0.96% | - |
| XYZ | 68.17 | 83.37 | 43.95 | - |
| YUV | 227.67 | 87.55 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 246 | 156 | 0.11 | 0 | 0.37 | 0.04 | 78 | 0.83 | 0.79 |
| Hex | DB | F6 | 9C | B | 0 | 25 | 4 | 4E | 53 | 4F |
| Octal | 333 | 366 | 234 | 13 | 0 | 45 | 4 | 116 | 123 | 117 |
| Binary | 11011011 | 11110110 | 10011100 | 1011 | 0 | 100101 | 100 | 1001110 | 1010011 | 1001111 |
Color Harmonies of #DBF69C
Complementary color
Monochromatic Colors of #DBF69C
Black with #DBF69C
Text Example
Text Example
White with #DBF69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF69C; }
p { color: rgb(219,246,156); }
H1.HeaderClassName
{
color: #DBF69C;
}
.AnyTagClassName
{
color: #DBF69C;
}
</style>
background-color css
<style>
a { background-color: #DBF69C; }
a { background-color: rgb(219,246,156); }
div.DivClassName
{
background-color: #DBF69C;
}
.BgClassName
{
background-color: #DBF69C;
}
</style>
border-color css
<style>
span { border-color: #DBF69C; }
span { border-color: rgb(219,246,156); }
td.TdClassName
{
border-color: #DBF69C;
}
.TagClassName
{
border-color: #DBF69C;
}
</style>