Shades of Reef #DBFFB0
Tints of Reef #DBFFB0
RGB
CMYK
RGB Variations
Color information
#DBFFB0 (or 0xDBFFB0) is known color: Reef. HEX triplet: DB, FF and B0. RGB value is (219,255,176). Sum of RGB (Red+Green+Blue) = 219+255+176=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 176 (69.14% from 255 or 27.08% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFFB0 is #24004F. Grayscale: #EBEBEB. Windows color (decimal): -2359376 or 11599835. OLE color: 11599835.
HSL color Cylindrical-coordinate representation of color #DBFFB0: hue angle of 87.34º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBFFB0 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 255 | 176 | - |
| CMYK | 0.14 | 0 | 0.31 | 0 |
| HSL | 87.34º | 1% | 0.85% | - |
| HSV(B) | 87.34º | 0.31% | 1% | - |
| XYZ | 72.81 | 89.71 | 54.55 | - |
| YUV | 235.23 | 94.57 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 255 | 176 | 0.14 | 0 | 0.31 | 0 | 87.34 | 1 | 0.85 |
| Hex | DB | FF | B0 | E | 0 | 1F | 0 | 57 | 64 | 55 |
| Octal | 333 | 377 | 260 | 16 | 0 | 37 | 0 | 127 | 144 | 125 |
| Binary | 11011011 | 11111111 | 10110000 | 1110 | 0 | 11111 | 0 | 1010111 | 1100100 | 1010101 |
Color Harmonies of #DBFFB0
Complementary color
Monochromatic Colors of #DBFFB0
Black with #DBFFB0
Text Example
Text Example
White with #DBFFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFFB0; }
p { color: rgb(219,255,176); }
H1.HeaderClassName
{
color: #DBFFB0;
}
.AnyTagClassName
{
color: #DBFFB0;
}
</style>
background-color css
<style>
a { background-color: #DBFFB0; }
a { background-color: rgb(219,255,176); }
div.DivClassName
{
background-color: #DBFFB0;
}
.BgClassName
{
background-color: #DBFFB0;
}
</style>
border-color css
<style>
span { border-color: #DBFFB0; }
span { border-color: rgb(219,255,176); }
td.TdClassName
{
border-color: #DBFFB0;
}
.TagClassName
{
border-color: #DBFFB0;
}
</style>