Shades of Reef #DBF1B3
Tints of Reef #DBF1B3
RGB
CMYK
RGB Variations
Color information
#DBF1B3 (or 0xDBF1B3) is known color: Reef. HEX triplet: DB, F1 and B3. RGB value is (219,241,179). Sum of RGB (Red+Green+Blue) = 219+241+179=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 179 (70.31% from 255 or 28.01% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1B3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1B3 is #240E4C. Grayscale: #E3E3E3. Windows color (decimal): -2362957 or 11792859. OLE color: 11792859.
HSL color Cylindrical-coordinate representation of color #DBF1B3: hue angle of 81.29º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBF1B3 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 241 | 179 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.05 |
| HSL | 81.29º | 0.69% | 0.82% | - |
| HSV(B) | 81.29º | 0.26% | 0.95% | - |
| XYZ | 68.81 | 81.23 | 54.7 | - |
| YUV | 227.35 | 100.71 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 241 | 179 | 0.09 | 0 | 0.26 | 0.05 | 81.29 | 0.69 | 0.82 |
| Hex | DB | F1 | B3 | 9 | 0 | 1A | 5 | 51 | 45 | 52 |
| Octal | 333 | 361 | 263 | 11 | 0 | 32 | 5 | 121 | 105 | 122 |
| Binary | 11011011 | 11110001 | 10110011 | 1001 | 0 | 11010 | 101 | 1010001 | 1000101 | 1010010 |
Color Harmonies of #DBF1B3
Complementary color
Monochromatic Colors of #DBF1B3
Black with #DBF1B3
Text Example
Text Example
White with #DBF1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF1B3; }
p { color: rgb(219,241,179); }
H1.HeaderClassName
{
color: #DBF1B3;
}
.AnyTagClassName
{
color: #DBF1B3;
}
</style>
background-color css
<style>
a { background-color: #DBF1B3; }
a { background-color: rgb(219,241,179); }
div.DivClassName
{
background-color: #DBF1B3;
}
.BgClassName
{
background-color: #DBF1B3;
}
</style>
border-color css
<style>
span { border-color: #DBF1B3; }
span { border-color: rgb(219,241,179); }
td.TdClassName
{
border-color: #DBF1B3;
}
.TagClassName
{
border-color: #DBF1B3;
}
</style>