Shades of Reef #DBFCA7
Tints of Reef #DBFCA7
RGB
CMYK
RGB Variations
Color information
#DBFCA7 (or 0xDBFCA7) is known color: Reef. HEX triplet: DB, FC and A7. RGB value is (219,252,167). Sum of RGB (Red+Green+Blue) = 219+252+167=638 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.33% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 167 (65.62% from 255 or 26.18% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBFCA7 is #240358. Grayscale: #E8E8E8. Windows color (decimal): -2360153 or 11009243. OLE color: 11009243.
HSL color Cylindrical-coordinate representation of color #DBFCA7: hue angle of 83.29º degrees, saturation: 0.93, 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 #DBFCA7 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 219 | 252 | 167 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.01 |
| HSL | 83.29º | 0.93% | 0.82% | - |
| HSV(B) | 83.29º | 0.34% | 0.99% | - |
| XYZ | 71 | 87.47 | 49.7 | - |
| YUV | 232.44 | 91.07 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 252 | 167 | 0.13 | 0 | 0.34 | 0.01 | 83.29 | 0.93 | 0.82 |
| Hex | DB | FC | A7 | D | 0 | 22 | 1 | 53 | 5D | 52 |
| Octal | 333 | 374 | 247 | 15 | 0 | 42 | 1 | 123 | 135 | 122 |
| Binary | 11011011 | 11111100 | 10100111 | 1101 | 0 | 100010 | 1 | 1010011 | 1011101 | 1010010 |
Color Harmonies of #DBFCA7
Complementary color
Monochromatic Colors of #DBFCA7
Black with #DBFCA7
Text Example
Text Example
White with #DBFCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBFCA7; }
p { color: rgb(219,252,167); }
H1.HeaderClassName
{
color: #DBFCA7;
}
.AnyTagClassName
{
color: #DBFCA7;
}
</style>
background-color css
<style>
a { background-color: #DBFCA7; }
a { background-color: rgb(219,252,167); }
div.DivClassName
{
background-color: #DBFCA7;
}
.BgClassName
{
background-color: #DBFCA7;
}
</style>
border-color css
<style>
span { border-color: #DBFCA7; }
span { border-color: rgb(219,252,167); }
td.TdClassName
{
border-color: #DBFCA7;
}
.TagClassName
{
border-color: #DBFCA7;
}
</style>