Shades of Reef #DBF2AD
Tints of Reef #DBF2AD
RGB
CMYK
RGB Variations
Color information
#DBF2AD (or 0xDBF2AD) is known color: Reef. HEX triplet: DB, F2 and AD. RGB value is (219,242,173). Sum of RGB (Red+Green+Blue) = 219+242+173=634 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.54% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 173 (67.97% from 255 or 27.29% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF2AD is #240D52. Grayscale: #E3E3E3. Windows color (decimal): -2362707 or 11399899. OLE color: 11399899.
HSL color Cylindrical-coordinate representation of color #DBF2AD: hue angle of 80º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBF2AD is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 242 | 173 | - |
| CMYK | 0.10 | 0 | 0.29 | 0.05 |
| HSL | 80º | 0.73% | 0.81% | - |
| HSV(B) | 80º | 0.29% | 0.95% | - |
| XYZ | 68.51 | 81.58 | 51.67 | - |
| YUV | 227.26 | 97.38 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 242 | 173 | 0.10 | 0 | 0.29 | 0.05 | 80 | 0.73 | 0.81 |
| Hex | DB | F2 | AD | A | 0 | 1D | 5 | 50 | 49 | 51 |
| Octal | 333 | 362 | 255 | 12 | 0 | 35 | 5 | 120 | 111 | 121 |
| Binary | 11011011 | 11110010 | 10101101 | 1010 | 0 | 11101 | 101 | 1010000 | 1001001 | 1010001 |
Color Harmonies of #DBF2AD
Complementary color
Monochromatic Colors of #DBF2AD
Black with #DBF2AD
Text Example
Text Example
White with #DBF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBF2AD; }
p { color: rgb(219,242,173); }
H1.HeaderClassName
{
color: #DBF2AD;
}
.AnyTagClassName
{
color: #DBF2AD;
}
</style>
background-color css
<style>
a { background-color: #DBF2AD; }
a { background-color: rgb(219,242,173); }
div.DivClassName
{
background-color: #DBF2AD;
}
.BgClassName
{
background-color: #DBF2AD;
}
</style>
border-color css
<style>
span { border-color: #DBF2AD; }
span { border-color: rgb(219,242,173); }
td.TdClassName
{
border-color: #DBF2AD;
}
.TagClassName
{
border-color: #DBF2AD;
}
</style>