Shades of Reef #DBFDA7
Tints of Reef #DBFDA7
RGB
CMYK
RGB Variations
Color information
#DBFDA7 (or 0xDBFDA7) is known color: Reef. HEX triplet: DB, FD and A7. RGB value is (219,253,167). Sum of RGB (Red+Green+Blue) = 219+253+167=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 167 (65.62% from 255 or 26.13% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFDA7 is #240258. Grayscale: #E9E9E9. Windows color (decimal): -2359897 or 11009499. OLE color: 11009499.
HSL color Cylindrical-coordinate representation of color #DBFDA7: hue angle of 83.72º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBFDA7 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 253 | 167 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.01 |
| HSL | 83.72º | 0.96% | 0.82% | - |
| HSV(B) | 83.72º | 0.34% | 0.99% | - |
| XYZ | 71.31 | 88.1 | 49.81 | - |
| YUV | 233.03 | 90.74 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 253 | 167 | 0.13 | 0 | 0.34 | 0.01 | 83.72 | 0.96 | 0.82 |
| Hex | DB | FD | A7 | D | 0 | 22 | 1 | 54 | 60 | 52 |
| Octal | 333 | 375 | 247 | 15 | 0 | 42 | 1 | 124 | 140 | 122 |
| Binary | 11011011 | 11111101 | 10100111 | 1101 | 0 | 100010 | 1 | 1010100 | 1100000 | 1010010 |
Color Harmonies of #DBFDA7
Complementary color
Monochromatic Colors of #DBFDA7
Black with #DBFDA7
Text Example
Text Example
White with #DBFDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFDA7; }
p { color: rgb(219,253,167); }
H1.HeaderClassName
{
color: #DBFDA7;
}
.AnyTagClassName
{
color: #DBFDA7;
}
</style>
background-color css
<style>
a { background-color: #DBFDA7; }
a { background-color: rgb(219,253,167); }
div.DivClassName
{
background-color: #DBFDA7;
}
.BgClassName
{
background-color: #DBFDA7;
}
</style>
border-color css
<style>
span { border-color: #DBFDA7; }
span { border-color: rgb(219,253,167); }
td.TdClassName
{
border-color: #DBFDA7;
}
.TagClassName
{
border-color: #DBFDA7;
}
</style>