Shades of Reef #DBFDA0
Tints of Reef #DBFDA0
RGB
CMYK
RGB Variations
Color information
#DBFDA0 (or 0xDBFDA0) is known color: Reef. HEX triplet: DB, FD and A0. RGB value is (219,253,160). Sum of RGB (Red+Green+Blue) = 219+253+160=632 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.65% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 160 (62.89% from 255 or 25.32% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFDA0 is #24025F. Grayscale: #E8E8E8. Windows color (decimal): -2359904 or 10550747. OLE color: 10550747.
HSL color Cylindrical-coordinate representation of color #DBFDA0: hue angle of 81.94º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DBFDA0 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 160 | - |
| CMYK | 0.13 | 0 | 0.37 | 0.01 |
| HSL | 81.94º | 0.96% | 0.81% | - |
| HSV(B) | 81.94º | 0.37% | 0.99% | - |
| XYZ | 70.68 | 87.85 | 46.49 | - |
| YUV | 232.23 | 87.24 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 160 | 0.13 | 0 | 0.37 | 0.01 | 81.94 | 0.96 | 0.81 |
| Hex | DB | FD | A0 | D | 0 | 25 | 1 | 52 | 60 | 51 |
| Octal | 333 | 375 | 240 | 15 | 0 | 45 | 1 | 122 | 140 | 121 |
| Binary | 11011011 | 11111101 | 10100000 | 1101 | 0 | 100101 | 1 | 1010010 | 1100000 | 1010001 |
Color Harmonies of #DBFDA0
Complementary color
Monochromatic Colors of #DBFDA0
Black with #DBFDA0
Text Example
Text Example
White with #DBFDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDA0; }
p { color: rgb(219,253,160); }
H1.HeaderClassName
{
color: #DBFDA0;
}
.AnyTagClassName
{
color: #DBFDA0;
}
</style>
background-color css
<style>
a { background-color: #DBFDA0; }
a { background-color: rgb(219,253,160); }
div.DivClassName
{
background-color: #DBFDA0;
}
.BgClassName
{
background-color: #DBFDA0;
}
</style>
border-color css
<style>
span { border-color: #DBFDA0; }
span { border-color: rgb(219,253,160); }
td.TdClassName
{
border-color: #DBFDA0;
}
.TagClassName
{
border-color: #DBFDA0;
}
</style>