Shades of Reef #DBFB9C
Tints of Reef #DBFB9C
RGB
CMYK
RGB Variations
Color information
#DBFB9C (or 0xDBFB9C) is known color: Reef. HEX triplet: DB, FB and 9C. RGB value is (219,251,156). Sum of RGB (Red+Green+Blue) = 219+251+156=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 156 (61.33% from 255 or 24.92% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB9C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFB9C is #240463. Grayscale: #E6E6E6. Windows color (decimal): -2360420 or 10288091. OLE color: 10288091.
HSL color Cylindrical-coordinate representation of color #DBFB9C: hue angle of 80.21º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBFB9C is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 156 | - |
| CMYK | 0.13 | 0 | 0.38 | 0.02 |
| HSL | 80.21º | 0.92% | 0.8% | - |
| HSV(B) | 80.21º | 0.38% | 0.98% | - |
| XYZ | 69.71 | 86.45 | 44.47 | - |
| YUV | 230.6 | 85.9 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 156 | 0.13 | 0 | 0.38 | 0.02 | 80.21 | 0.92 | 0.8 |
| Hex | DB | FB | 9C | D | 0 | 26 | 2 | 50 | 5C | 50 |
| Octal | 333 | 373 | 234 | 15 | 0 | 46 | 2 | 120 | 134 | 120 |
| Binary | 11011011 | 11111011 | 10011100 | 1101 | 0 | 100110 | 10 | 1010000 | 1011100 | 1010000 |
Color Harmonies of #DBFB9C
Complementary color
Monochromatic Colors of #DBFB9C
Black with #DBFB9C
Text Example
Text Example
White with #DBFB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFB9C; }
p { color: rgb(219,251,156); }
H1.HeaderClassName
{
color: #DBFB9C;
}
.AnyTagClassName
{
color: #DBFB9C;
}
</style>
background-color css
<style>
a { background-color: #DBFB9C; }
a { background-color: rgb(219,251,156); }
div.DivClassName
{
background-color: #DBFB9C;
}
.BgClassName
{
background-color: #DBFB9C;
}
</style>
border-color css
<style>
span { border-color: #DBFB9C; }
span { border-color: rgb(219,251,156); }
td.TdClassName
{
border-color: #DBFB9C;
}
.TagClassName
{
border-color: #DBFB9C;
}
</style>