Shades of Reef #DBF1B0
Tints of Reef #DBF1B0
RGB
CMYK
RGB Variations
Color information
#DBF1B0 (or 0xDBF1B0) is known color: Reef. HEX triplet: DB, F1 and B0. RGB value is (219,241,176). Sum of RGB (Red+Green+Blue) = 219+241+176=636 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.43% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 176 (69.14% from 255 or 27.67% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF1B0 is #240E4F. Grayscale: #E3E3E3. Windows color (decimal): -2362960 or 11596251. OLE color: 11596251.
HSL color Cylindrical-coordinate representation of color #DBF1B0: hue angle of 80.31º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBF1B0 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 176 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.05 |
| HSL | 80.31º | 0.7% | 0.82% | - |
| HSV(B) | 80.31º | 0.27% | 0.95% | - |
| XYZ | 68.51 | 81.11 | 53.12 | - |
| YUV | 227.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 176 | 0.09 | 0 | 0.27 | 0.05 | 80.31 | 0.7 | 0.82 |
| Hex | DB | F1 | B0 | 9 | 0 | 1B | 5 | 50 | 46 | 52 |
| Octal | 333 | 361 | 260 | 11 | 0 | 33 | 5 | 120 | 106 | 122 |
| Binary | 11011011 | 11110001 | 10110000 | 1001 | 0 | 11011 | 101 | 1010000 | 1000110 | 1010010 |
Color Harmonies of #DBF1B0
Complementary color
Monochromatic Colors of #DBF1B0
Black with #DBF1B0
Text Example
Text Example
White with #DBF1B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1B0; }
p { color: rgb(219,241,176); }
H1.HeaderClassName
{
color: #DBF1B0;
}
.AnyTagClassName
{
color: #DBF1B0;
}
</style>
background-color css
<style>
a { background-color: #DBF1B0; }
a { background-color: rgb(219,241,176); }
div.DivClassName
{
background-color: #DBF1B0;
}
.BgClassName
{
background-color: #DBF1B0;
}
</style>
border-color css
<style>
span { border-color: #DBF1B0; }
span { border-color: rgb(219,241,176); }
td.TdClassName
{
border-color: #DBF1B0;
}
.TagClassName
{
border-color: #DBF1B0;
}
</style>