Shades of Reef #DBF7B3
Tints of Reef #DBF7B3
RGB
CMYK
RGB Variations
Color information
#DBF7B3 (or 0xDBF7B3) is known color: Reef. HEX triplet: DB, F7 and B3. RGB value is (219,247,179). Sum of RGB (Red+Green+Blue) = 219+247+179=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 247 (96.88% from 255 or 38.29% from 645); Blue value is 179 (70.31% from 255 or 27.75% from 645); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF7B3 is #24084C. Grayscale: #E7E7E7. Windows color (decimal): -2361421 or 11794395. OLE color: 11794395.
HSL color Cylindrical-coordinate representation of color #DBF7B3: hue angle of 84.71º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBF7B3 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 219 | 247 | 179 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.03 |
| HSL | 84.71º | 0.81% | 0.84% | - |
| HSV(B) | 84.71º | 0.28% | 0.97% | - |
| XYZ | 70.61 | 84.84 | 55.3 | - |
| YUV | 230.88 | 98.72 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 247 | 179 | 0.11 | 0 | 0.28 | 0.03 | 84.71 | 0.81 | 0.84 |
| Hex | DB | F7 | B3 | B | 0 | 1C | 3 | 55 | 51 | 54 |
| Octal | 333 | 367 | 263 | 13 | 0 | 34 | 3 | 125 | 121 | 124 |
| Binary | 11011011 | 11110111 | 10110011 | 1011 | 0 | 11100 | 11 | 1010101 | 1010001 | 1010100 |
Color Harmonies of #DBF7B3
Complementary color
Monochromatic Colors of #DBF7B3
Black with #DBF7B3
Text Example
Text Example
White with #DBF7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF7B3; }
p { color: rgb(219,247,179); }
H1.HeaderClassName
{
color: #DBF7B3;
}
.AnyTagClassName
{
color: #DBF7B3;
}
</style>
background-color css
<style>
a { background-color: #DBF7B3; }
a { background-color: rgb(219,247,179); }
div.DivClassName
{
background-color: #DBF7B3;
}
.BgClassName
{
background-color: #DBF7B3;
}
</style>
border-color css
<style>
span { border-color: #DBF7B3; }
span { border-color: rgb(219,247,179); }
td.TdClassName
{
border-color: #DBF7B3;
}
.TagClassName
{
border-color: #DBF7B3;
}
</style>