Shades of Reef #DBFBB3
Tints of Reef #DBFBB3
RGB
CMYK
RGB Variations
Color information
#DBFBB3 (or 0xDBFBB3) is known color: Reef. HEX triplet: DB, FB and B3. RGB value is (219,251,179). Sum of RGB (Red+Green+Blue) = 219+251+179=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 179 (70.31% from 255 or 27.58% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBB3 is #24044C. Grayscale: #E9E9E9. Windows color (decimal): -2360397 or 11795419. OLE color: 11795419.
HSL color Cylindrical-coordinate representation of color #DBFBB3: hue angle of 86.67º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBFBB3 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 251 | 179 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.02 |
| HSL | 86.67º | 0.9% | 0.84% | - |
| HSV(B) | 86.67º | 0.29% | 0.98% | - |
| XYZ | 71.85 | 87.31 | 55.71 | - |
| YUV | 233.22 | 97.4 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 251 | 179 | 0.13 | 0 | 0.29 | 0.02 | 86.67 | 0.9 | 0.84 |
| Hex | DB | FB | B3 | D | 0 | 1D | 2 | 57 | 5A | 54 |
| Octal | 333 | 373 | 263 | 15 | 0 | 35 | 2 | 127 | 132 | 124 |
| Binary | 11011011 | 11111011 | 10110011 | 1101 | 0 | 11101 | 10 | 1010111 | 1011010 | 1010100 |
Color Harmonies of #DBFBB3
Complementary color
Monochromatic Colors of #DBFBB3
Black with #DBFBB3
Text Example
Text Example
White with #DBFBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFBB3; }
p { color: rgb(219,251,179); }
H1.HeaderClassName
{
color: #DBFBB3;
}
.AnyTagClassName
{
color: #DBFBB3;
}
</style>
background-color css
<style>
a { background-color: #DBFBB3; }
a { background-color: rgb(219,251,179); }
div.DivClassName
{
background-color: #DBFBB3;
}
.BgClassName
{
background-color: #DBFBB3;
}
</style>
border-color css
<style>
span { border-color: #DBFBB3; }
span { border-color: rgb(219,251,179); }
td.TdClassName
{
border-color: #DBFBB3;
}
.TagClassName
{
border-color: #DBFBB3;
}
</style>